COM Addin Crashes MS Project, But Only When Debugging

N

NovemberJim

I have a VS2003 COM Addin for MS Project that causes MS Project to have a
hard fail (the Add-in ends up on the blacklist) whenever I try to run it
under the debugger (F5). If I run it using the menu option "Start without
debugging" (cntrl F5), it runs just fine. I can tell that it is never
reaching the OnConnect method nor is it ever reaching the constructor for the
COM Add-In, since I have message boxes that announce where it is, and these
are never reached under the debugger. There are pdb files for all my dlls.
The registry must be right, or else it wouldn't work with I run it without
debugging.

I would be very grateful if anyone could suggest some way of figuring out
what's going on here. MS Project just briefly splashes on the screen and
then dies, telling me no further hints of what the problem is.

--- November Jim
 

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