C# Outlook 2007 Addin + Embedded Assemblies

63 Views Asked by At

I'm creating an Outlook Addin and want to see if I can embed the dependent DLLs using AppDomain.CurrentDomain.AssemblyResolve, but I have no idea where to add this so that it will actually get called/fired :(

Which method should the event handler be subscribed within so that I can load the assemblies?

Help!

0

There are 0 best solutions below