A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

COM Addin not visible in the COM Addins listing



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 29th 07, 08:13 AM posted to microsoft.public.outlook.program_addins
Kulvinder
external usenet poster
 
Posts: 7
Default COM Addin not visible in the COM Addins listing

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
  #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



  #3  
Old May 29th 07, 10:22 AM posted to microsoft.public.outlook.program_addins
Kulvinder
external usenet poster
 
Posts: 7
Default COM Addin not visible in the COM Addins listing

Thanks for your reply but thid doesnt solve my problem.

My addin is a simple one just showing a "Hello" in messageBox. Earlier this
addin was being loaded successfully. Even then it was not listed under COM
Addins list.

I dont want anybody to look into the reasons for COM Addin not being loaded.
I just want to know that even if the addin was getting loaded sucessfully, it
is still not showing itself in COM Addins list on Outlook XP 2003

"Andrei Smolin" wrote:

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




  #4  
Old May 29th 07, 10:24 AM posted to microsoft.public.outlook.program_addins
Kulvinder
external usenet poster
 
Posts: 7
Default COM Addin not visible in the COM Addins listing

My outlook is actually Outlook XP SP3

"Kulvinder" wrote:

Thanks for your reply but thid doesnt solve my problem.

My addin is a simple one just showing a "Hello" in messageBox. Earlier this
addin was being loaded successfully. Even then it was not listed under COM
Addins list.

I dont want anybody to look into the reasons for COM Addin not being loaded.
I just want to know that even if the addin was getting loaded sucessfully, it
is still not showing itself in COM Addins list on Outlook XP 2003

"Andrei Smolin" wrote:

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




  #5  
Old May 29th 07, 07:55 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default COM Addin not visible in the COM Addins listing

Only add-ins installed in HKCU are shown in the list. The add-ins installed
in HKLM are not listed to prevent the user from disabling them and thus
affecting other users.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Kulvinder" wrote in message
...
Thanks for your reply but thid doesnt solve my problem.

My addin is a simple one just showing a "Hello" in messageBox. Earlier
this
addin was being loaded successfully. Even then it was not listed under COM
Addins list.

I dont want anybody to look into the reasons for COM Addin not being
loaded.
I just want to know that even if the addin was getting loaded sucessfully,
it
is still not showing itself in COM Addins list on Outlook XP 2003

"Andrei Smolin" wrote:

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






  #6  
Old May 30th 07, 07:34 AM posted to microsoft.public.outlook.program_addins
Kulvinder
external usenet poster
 
Posts: 7
Default COM Addin not visible in the COM Addins listing

Hi,

Please read my question below. I have installed the addin in HKCU and not
HKLM but still its not visible in COM Addin manager.

"Dmitry Streblechenko" wrote:

Only add-ins installed in HKCU are shown in the list. The add-ins installed
in HKLM are not listed to prevent the user from disabling them and thus
affecting other users.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Kulvinder" wrote in message
...
Thanks for your reply but thid doesnt solve my problem.

My addin is a simple one just showing a "Hello" in messageBox. Earlier
this
addin was being loaded successfully. Even then it was not listed under COM
Addins list.

I dont want anybody to look into the reasons for COM Addin not being
loaded.
I just want to know that even if the addin was getting loaded sucessfully,
it
is still not showing itself in COM Addins list on Outlook XP 2003

"Andrei Smolin" wrote:

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






  #7  
Old May 30th 07, 01:23 PM 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,

Do you have Shared Add-in Support Update for Microsoft .NET Framework 2.0
(KB908002) installed?

Regards from Belarus,

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


"Kulvinder" wrote in message
...
Thanks for your reply but thid doesnt solve my problem.

My addin is a simple one just showing a "Hello" in messageBox. Earlier
this
addin was being loaded successfully. Even then it was not listed under COM
Addins list.

I dont want anybody to look into the reasons for COM Addin not being
loaded.
I just want to know that even if the addin was getting loaded sucessfully,
it
is still not showing itself in COM Addins list on Outlook XP 2003

"Andrei Smolin" wrote:

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






  #8  
Old May 30th 07, 01:30 PM posted to microsoft.public.outlook.program_addins
Kulvinder
external usenet poster
 
Posts: 7
Default COM Addin not visible in the COM Addins listing

Yes, the KB is installed.

Any other guess ?

"Andrei Smolin" wrote:

Hi Kulvinder,

Do you have Shared Add-in Support Update for Microsoft .NET Framework 2.0
(KB908002) installed?

Regards from Belarus,

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


"Kulvinder" wrote in message
...
Thanks for your reply but thid doesnt solve my problem.

My addin is a simple one just showing a "Hello" in messageBox. Earlier
this
addin was being loaded successfully. Even then it was not listed under COM
Addins list.

I dont want anybody to look into the reasons for COM Addin not being
loaded.
I just want to know that even if the addin was getting loaded sucessfully,
it
is still not showing itself in COM Addins list on Outlook XP 2003

"Andrei Smolin" wrote:

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






  #9  
Old May 30th 07, 06:55 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default COM Addin not visible in the COM Addins listing

And did you check that it is really the case by looking at the following
registry key?

HKEY_CURRENT_USER\Software\Microsoft\Office\Outloo k\AddIns

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Kulvinder" wrote in message
news
Hi,

Please read my question below. I have installed the addin in HKCU and not
HKLM but still its not visible in COM Addin manager.

"Dmitry Streblechenko" wrote:

Only add-ins installed in HKCU are shown in the list. The add-ins
installed
in HKLM are not listed to prevent the user from disabling them and thus
affecting other users.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Kulvinder" wrote in message
...
Thanks for your reply but thid doesnt solve my problem.

My addin is a simple one just showing a "Hello" in messageBox. Earlier
this
addin was being loaded successfully. Even then it was not listed under
COM
Addins list.

I dont want anybody to look into the reasons for COM Addin not being
loaded.
I just want to know that even if the addin was getting loaded
sucessfully,
it
is still not showing itself in COM Addins list on Outlook XP 2003

"Andrei Smolin" wrote:

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








  #10  
Old August 20th 07, 06:00 AM posted to microsoft.public.outlook.program_addins
Bharathi
external usenet poster
 
Posts: 7
Default COM Addin not visible in the COM Addins listing

Hi,

Even I had the same problem with the outlook addin.. Extensibility.dll was
not present on the machine were add-in was installed, thats why the
LoadBehavior values was changing to 2 when i opened the outlook. I included
the Extensibility.dll in the Addin setup installer and it worked.

Regards,
Bharathi

"Kulvinder" wrote:

Yes, the KB is installed.

Any other guess ?

"Andrei Smolin" wrote:

Hi Kulvinder,

Do you have Shared Add-in Support Update for Microsoft .NET Framework 2.0
(KB908002) installed?

Regards from Belarus,

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


"Kulvinder" wrote in message
...
Thanks for your reply but thid doesnt solve my problem.

My addin is a simple one just showing a "Hello" in messageBox. Earlier
this
addin was being loaded successfully. Even then it was not listed under COM
Addins list.

I dont want anybody to look into the reasons for COM Addin not being
loaded.
I just want to know that even if the addin was getting loaded sucessfully,
it
is still not showing itself in COM Addins list on Outlook XP 2003

"Andrei Smolin" wrote:

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






 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Com AddIns deployment DavidE Add-ins for Outlook 4 November 5th 06 08:57 AM
Entries not visible in Outlook, are visible via OWA Sean C Outlook - Calandaring 2 July 25th 06 08:40 PM
Debugging addins for Outlook2007 Joe -PD- Outlook and VBA 0 July 14th 06 02:18 AM
Error Message re AddIns pwise Outlook - Installation 1 May 7th 06 03:36 AM
bad addins for outlook kyle Outlook - Installation 0 March 10th 06 01:35 AM


All times are GMT +1. The time now is 08:35 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.