Hi,
Your addin runs in the Outlook's process, so its working folder is the
folder from which Outlook.exe was started. And it tries to find its
external assemblies in that folder.
You have 3 possibilities:
1. copy the .dlls in the outlook folder.
2. register these dlls in GAC
3. (I use this), capture AppDpmain.AssemblyResolve event and load the
assemblies from your own folder.
Hope that helps
Sunny
> I've created a shared AddIn for Outlook 2003 written in C# using
> Visual Studio .NET. The AddIn is used to synchronize Outlook contact
[quoted text clipped - 11 lines]
> Sidd Goyal
> sgoyal00@yahoo.com