Hi,
I have VS2005 with sp 1 installed. I installed VSTOSE as I need to do a
small interface with outlook. I have created an outlook 2003 addin
application (vb.net). All I've done is put a message box in both start and
shutdown events and hit F5.
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
Norm Estabrook - 07 Mar 2007 22:26 GMT
The add-in may be "Hard Disabled". Try the following:
1. On the Help menu, click About Microsoft Office <ApplicationName>.
2. Click Disabled Items.
Add-ins created with Visual Studio Tools for Office appear in the list of
disabled items as "Addin:<add-in name>AddinLoader.dll"
3. Select the add-in and click Enable.
You can read more about re-enabling add-ins that have been "Hard" and "Soft"
disabled in this topic http://msdn2.microsoft.com/en-us/library/ms268871.aspx.
Does this help?
> Hi,
> I have VS2005 with sp 1 installed. I installed VSTOSE as I need to do a
[quoted text clipped - 8 lines]
>
> Please help
Ken Slovak - [MVP - Outlook] - 08 Mar 2007 14:34 GMT
Where are you trying to debug it?
Is it on the development machine and are you running Windows Vista?
If it's Vista you need to take a look at
http://msdn2.microsoft.com/en-us/library/ms269007(vs.80).aspx#Office2003Vista.

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
> Hi,
> I have VS2005 with sp 1 installed. I installed VSTOSE as I need to do a
[quoted text clipped - 10 lines]
>
> Please help