S
Sidd Goyal
I've created a shared AddIn for Outlook 2003 written in C# using
Visual Studio .NET. The AddIn is used to synchronize Outlook contact
information with an ODBC data source. I'm having a problem getting
the AddIn to load properly when I install when its Installer (I know
the AddIn is loaded when a button is displayed in the Outlook
toolbar). Specifically when I include a class in the AddIn that
references a class in a namespace outside of the "System" namespace
heirarchy the AddIn fails to load properly (i.e. the button does not
show up). I figure there is something wrong in the way I'm
referencing external DLLs when I build the project. Any ideas on how
to properly reference (and include) external DLLs in a shared AddIn
project would be greatly appreciated. Thanks.
Sidd Goyal
(e-mail address removed)
Visual Studio .NET. The AddIn is used to synchronize Outlook contact
information with an ODBC data source. I'm having a problem getting
the AddIn to load properly when I install when its Installer (I know
the AddIn is loaded when a button is displayed in the Outlook
toolbar). Specifically when I include a class in the AddIn that
references a class in a namespace outside of the "System" namespace
heirarchy the AddIn fails to load properly (i.e. the button does not
show up). I figure there is something wrong in the way I'm
referencing external DLLs when I build the project. Any ideas on how
to properly reference (and include) external DLLs in a shared AddIn
project would be greatly appreciated. Thanks.
Sidd Goyal
(e-mail address removed)