Add-In 2010 64 Bit

Add-in Express™ Support Service
That's what is more important than anything else

Add-In 2010 64 Bit
 
VARUN GUPTA




Posts: 16
Joined: 2010-09-22
Hi,

I have a project based on Add-In 2010 (Excel COM Add-in).

If I give reference to a dll in my Add-In project that is not compatible to x64 bit environment (i.e. code for the above mention dll cannot be build on 64 bit target environment) will my Add-In project load itself successfully on 64-bit Excel 2010.

Thanks.
Posted 20 Oct, 2010 01:28:19 Top
Eugene Astafiev


Guest


Hi VARUN,

No, in that case the add-in will not be loaded in 64-bits Excel 2010.

Please remember that you need to set the target platform of your add-in project to the AnyCPU value and use the adxloader64.dll.
Posted 20 Oct, 2010 04:44:42 Top