Just an addendum - this problem seems to ONLY be with outlook. Doing the
same code with word and excel runs fine. Is this something to do with the
security issues? I didn't think I needed to worry about those on the
development machine?
Usually the debugger sets the security for you on the development machine so
that's generally not an issue.
If you look in Tools, Options, Other tab, Advanced Options button, COM
Add-Ins button, does your addin show up in the list of COM addins? What does
the text show about it if you select it?
Normally I would start the code from the debugger and then set a breakpoint
in the Startup code. Are you not hitting that breakpoint at all?
Outlook/Office 2003 doesn't install the PIA's or Extensibility.dll, you have
to include them in your project or have them already installed. I'm not sure
about that as a problem on the development machine, but you can check to
make sure those are in your GAC.
In the debugger what is your output? Any errors listed?

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Just an addendum - this problem seems to ONLY be with outlook. Doing the
> same code with word and excel runs fine. Is this something to do with the
[quoted text clipped - 24 lines]
>>
>> Dale.
Felipe - 07 Mar 2007 18:58 GMT
Hi,
I have the same problem. I can debug everything but Outlook. What I
have found so far is that the Add-in is not being loaded if I go to
Tools/Options/ Other/ COM Addins I can see my Add in there but if I check it
and click OK if I go back it is uncheck.
Please help
> Usually the debugger sets the security for you on the development machine so
> that's generally not an issue.
[quoted text clipped - 41 lines]
> >>
> >> Dale.