Umit YAVUZ
Umit YAVUZ

Reputation: 11

Sap business one studio system form error object reference not set

I have created a project in SAP Business One Studio with system form.(.xml) when I open with sap business one studio .xml forms get such an error

"Object reference not set to an instance of an object"

I found out about the GAC in my research. but I could not find a solution

How do I solve this problem?

Upvotes: 1

Views: 3155

Answers (2)

Shoham
Shoham

Reputation: 40

I have 3 possibilities for solution

  1. make sure you are running the visual studio on same platform as your sap client (86/64)

  2. make sure both or none of the program are on administrator permission

  3. check that the connection string is present (in the command line or as a string)

    sap client must run while you try to run the visual studio code

Hope it helps, it helped me

Upvotes: 2

Samuel A
Samuel A

Reputation: 81

Try uninstall SAP B1 client and re-install it. It is a common error between SAP and Visual Studio.

Upvotes: 0

Related Questions