cancel
Showing results for 
Search instead for 
Did you mean: 

SAP B1 addon is not installing in the 64 bit Windows server

Former Member
0 Kudos

Hi everybody,

I have build the addon with the setting of any CPU and X86 in Visual studio 2005.

i have tried to install it in the server in 64 bit windows 2008 and 64 bit windows 2003 server but it not installed giving an error

" (Exception from HRESULT: 0x8007000B) "

already searched the forum and tried their solutions but it doesnt work.

Please guide me .

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

You can try step by step:

1, in addon project : you choose Properties \ Build \ Set Target CPU = x86 then rebuild

2. In addon installer project set also the same then rebuild.

3. run the AddOnRegDataGen.bat in order to regenerate the ard file.

thanks,

H2