Reputation: 11
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
Reputation: 40
I have 3 possibilities for solution
make sure you are running the visual studio on same platform as your sap client (86/64)
make sure both or none of the program are on administrator permission
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
Reputation: 81
Try uninstall SAP B1 client and re-install it. It is a common error between SAP and Visual Studio.
Upvotes: 0