Not a Valid Office Plugin

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

Not a Valid Office Plugin
 
William Vermaak




Posts: 8
Joined: 2017-01-11
I've written a Outlook plugin that's working like a charm in Office 2016. It registers and works first time. Problem is when I try it on a Office 2013 machine. I have to manually add the plugin, and when I select the .DLL, it tells me it's not a valid Office Plugin.

I've built the .DLL with both the Office 2000 and Office 2010 units, but still no joy.

I've tried the manual adding to the registry, the regsrv32 way etc.

Am I missing something somewhere?
Posted 20 Jan, 2017 07:18:18 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Hello William,

Make sure that you deploy a DLL the bitness of which matched the bitness of Outlooks.
Make sure that the DLL isn't broken.
If the DLL is signed, make sure that the signature is valid.


Andrei Smolin
Add-in Express Team Leader
Posted 20 Jan, 2017 09:48:28 Top
William Vermaak




Posts: 8
Joined: 2017-01-11
Hi Andrei,

Thankyou. I believe that was the issue. The script I used in Inno Setup to determine bitness returned 32-Bit for 64-Bit installations.
Posted 23 Jan, 2017 09:38:44 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi William,

Thank you for keeping us informed!
Posted 23 Jan, 2017 10:06:28 Top