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

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
 
K

Ken Slovak - [MVP - Outlook]

Is the correct version of the framework being used in the project and is
that version installed on the test computer?
 
S

Saira

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.
 
K

Ken Slovak - [MVP - Outlook]

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top