W
Water Cooler v2
I am creating an add-in for MS Outlook 2000, in VB.NET. I've written
the regular code that is in this somewhat the same as the code in this
article.
http://support.microsoft.com/kb/q302896/
I chose the project type to be "Shared Add-in", but I see, when I
rebuild the project, no entries are made in the registry for the Add-in
under the:
Current_User/Microsoft/Office/Outlook/Addins/<ProgIDOfMyAddIn>
As a result, the Add-in never gets loaded. I've checked the option
"Register for COM Interop" in the build tab of the project properties.
The problem is that my add-in never gets loaded and hence I have not
been able to test it.
Help appreciated.
the regular code that is in this somewhat the same as the code in this
article.
http://support.microsoft.com/kb/q302896/
I chose the project type to be "Shared Add-in", but I see, when I
rebuild the project, no entries are made in the registry for the Add-in
under the:
Current_User/Microsoft/Office/Outlook/Addins/<ProgIDOfMyAddIn>
As a result, the Add-in never gets loaded. I've checked the option
"Register for COM Interop" in the build tab of the project properties.
The problem is that my add-in never gets loaded and hence I have not
been able to test it.
Help appreciated.