View Single Post
  #1  
Old June 6th 06, 05:49 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins
Saira
external usenet poster
 
Posts: 4
Default Add in loads (but does not reach OnConnection) and then Outlook shuts down

I have an add-in that another developer recently had to rebuild.
I seem to be unable to launch it in debug.
I am using VS 2003 and Outlook 2003.

I have used fuslog to detect what assemblies are loading and I can see that
the addin itself loads (along with two other supporting dlls). Outlook opens
up, and immediately shuts down again. I do not get any error messages and
there is nothing in the eventlog. When I re-open Outlook manually (rather
than useing VS to start it) I get told that the Addin did something bad and
do I want to disable it.

Can anyone suggest where the problem may lie? I am assuming it must be
something with the class that is doing the connecting, but I cannot see what
it is.

Thanks
Saira


Ads