I have an add-on that works perfectly on a normal server. Now if I try and install it on a 64-bit server I get the following error: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
I use the installer that comes with B1DE and I've set the Target CPU (of both the add-on and installer) to x64 and to Any CPU and still get this error.
I have tracked the error down to ret = SetAddOnFolder(addOnPath)
The value in the variable addOnPath exists.
Do I need to install something different or use another version of the installer when putting it on a 64-bit server? I am using Server 2008 as the operating system.
Thanks in advance,
Adele