cancel
Showing results for 
Search instead for 
Did you mean: 

Blanket Agreement add-on error

Former Member
0 Kudos

Hi Experts,

Still new on add-on development. Have gone through the Blanket agreement sample in SDK though have created the ard and install using BIDE as the tutorial was not very clear towards the end. After registering the add-on in SAP b1 8.8 PL10 and run it I get the error message" Object reference not set to an instance of an object" then "the add-on connection timed out"

Attached is the screen shot and error message, I am suspecting something wrong with the code but I am not sure please help.

Is there a step by step tutorial for creating a simple add-on using BIDE, coz I am suspecting  SDK's blanket agreement has errors.

Patrick

Accepted Solutions (1)

Accepted Solutions (1)

lmanriquez
Explorer
0 Kudos

Hi Patrick.

I'm not sure why the sample does not work for you but try my suggestions:

  1. Check if you are running the addon in a 64bits processor. If so rigth click on your project, select Properties and in the build tab change "Platform target" from "Any cpu" to "X86". Until SBO 9 SDK only works in 32 bits architecture.
  2. Remove the SAPBobsCOM and SAPBouiCOM references from your project and add them again manually.
  3. Check under programs and features if you have installed "SAP Business One DI API". If not install it from the server shared folders.
  4. Reinstall DI API.
  5. If problem persists change the connection method via cookie for the new method. Check the "New UI DI Connection" sample project for more reference.

Maybe one of this solutions may helps you.

Answers (0)