Additional class library not being found when Outlook opening

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

Additional class library not being found when Outlook opening
 
Simon Murrell




Posts: 4
Joined: 2010-07-05
Hello

I have an Outlook add-in which is working 100%. When I add an additional class library and try open Outlook it cannot find it when Outlook opens and returns an exception when I try call a method from the class/shared library. What do I need to do to get the class library classes to work within my main add-in.

Regards,
Simon
Posted 22 Nov, 2016 05:29:59 Top
Andrei Smolin


Add-in Express team


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

Make sure that you deploy the class library and that it is strong-named (I assume that the real add-in is strong-named).

If the above doesn't help, please provide the exception which you get. Also I wonder if adxloader.log is created when the add-in gets loaded.


Andrei Smolin
Add-in Express Team Leader
Posted 22 Nov, 2016 06:20:07 Top