Add in loads (but does not reach OnConnection) and then Outlook shuts down

  • Thread starter Thread starter Saira
  • Start date Start date
S

Saira

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
 
Is the correct version of the framework being used in the project and is
that version installed on the test computer?
 
Fuslog shows that 1.1 is loading up correctly.
I do have 2.0 on this machine, but it does not seem to have caused a problem
thus far.
 
The only other things I can think of offhand are security settings for the
addin and whether it's set to run from the same location the developer set
up or from wherever it's actually installed. Have you checked with them
about the problem?
 
Back
Top