View Single Post
  #2  
Old May 29th 07, 09:06 AM posted to microsoft.public.outlook.program_addins
Andrei Smolin
external usenet poster
 
Posts: 9
Default COM Addin not visible in the COM Addins listing

Hi Kulvinder,

The LoadBheaviour of this Addin gets changed to 2 whenever i open Outlook.


Try to debug the add-in. Looks like you have an exception at add-in startup.
Also, please check Disabled Items: Help | About | Disabled Items in Office
2002-2003 and Office Menu | Addins | Manage | Disabled Items in Office 2007.

Regards from Belarus,

Andrei Smolin
Add-in Express Team Leader
www.add-in-express.com


"Kulvinder" wrote in message
...
Hi,

I have created a Outlook 2002 COM Addin "Test" which just displays a
Message
box in the OnConnection method.

I have facing a weird problem that eventhough the toolbar is installed, it
is not getting displayed in the COM Addins list.

I have double checked that the when i created the COM Addin using the
Shared
Addin wizard, i unchecked "Addin should be visible to all users" checkbox.

The LoadBheaviour of this Addin gets changed to 2 whenever i open Outlook.

I have checked that it has .NET 2.0 runtime, Outlook.Interop, stdole and
Office dlls in GAC and the addin has been registered under HKCU

Can anybody help



Ads