cancel
Showing results for 
Search instead for 
Did you mean: 

SAP B1 10.0 64 -Bit Add-on Creation

former_member152100
Discoverer
0 Kudos

Hi,

While I importing the Add-on to server (SAP 10.0 and 64 bit). The below error was thrown. What is the difference between SAP 9 and 10 version add-ons?

untitled.png

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

it's sample u need to convert ur add-on to 64bits the one u have its 86 just follow these steps ur add-on will be installed successfully.

1- clean your project (delete all files or folder in Bin folder

2- Add UIAPI and DIAPI to References of addon project

from: C:\Program Files\SAP\SAP Business One\SAPbouiCOM.exe

C:\Program Files\SAP\SAP Business One DI API\DI API 90\SAPbobsCOM90.dll (for me i didn't follow this one cuze i d'dn't understand it )

3- On Project proprieties > Builds : set Plateform and target plateform to "Any CPU"

4- Build you project

5- Create your installer project with B1DE tools: new project> SAP B1 AddonInstaller .Net Wizard

6- choose you generated Exec File on step 4

7- Ctr+H (Search and replace) on All Solution : <<AddOnInstallAPI.dll>> by <<AddOnInstallAPI_x64.dll>>

8- On Project proprieties > Compile >Advanced Compile Options > Target CPU:x64

9- Build your project

10- Go to your project folder and run AddOnRegDataGenFile\AddOnRegDataGen.bat

11- Go to the Bin folder a new .ard file is generated

12- Edit this file with notepad and replace :<<platform="N" >> by <<platform="X" >>

Answers (0)