Uninstalling a DotNetAddin

  • Thread starter Thread starter W Akthar
  • Start date Start date
W

W Akthar

I have created a DotNetAddin as described in
http://support.microsoft.com/?kbid=302901 by selecting an
Extensibility project and using a Shared Add-in template.

I have install it and uninstalled using Visual Studio.NET
but still the add-in appears whenever I open Outlook!!

I have also installed and uninstalled using the msi
installation created by Visual Studio.Net but still the
add-in appears when I open Outlook !!!!

Can someone tell me how I can cure this problem ???
 
Did you try Tools | Options | Other | Advanced Options | COM Add-ins?
 
Addin does not appear in the list.
I have developed a dotnet addin and not a com addin.
 
The article you cited explains how to build a COM add-in. The fact that you
built it with .NET doesn't change that.

When you say the add-in appears when you start Outlook, what exactly
appears?

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top