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 » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Outlook Add In is not shown for 1 user...



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 8th 06, 04:49 PM posted to microsoft.public.dotnet.framework,microsoft.public.dotnet.general,microsoft.public.dotnet.languages.vb,microsoft.public.outlook.program_vba
Pieter Coucke
external usenet poster
 
Posts: 2
Default Outlook Add In is not shown for 1 user...

Hi,

I developped some time ago an Outlook Add In (VB.NET 2005) that worked fine
during several months with all the users.

Suddenly, 2 weeks ago it stopped working for one of the users. The
administrator desinstalled it and installed it again, but that didn't work.
i did the same, desinstalled it, rebooted, removed everything I could find
about it in the registry of file system (nothing in both cases), reinstalled
it, but still not working... It works for every user on that pc, but not
forthis specific user...

I added a MessageBox at the beginning of the "Private Sub
ThisApplication_Startup(ByVal sender As Object, ByVal e As System.EventArgs)
Handles Me.Startup"-startup to be sure if it started or not, but the
MessageBox is never shown...

Does anybody has any idea why this happens?

and how to find a solution for this? Is there somehow a way to see which Add
Ins are available for who?

Thanks a lot in advance,

Pieter


  #2  
Old May 8th 06, 09:40 PM posted to microsoft.public.dotnet.framework,microsoft.public.dotnet.general,microsoft.public.dotnet.languages.vb,microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Outlook Add In is not shown for 1 user...

This is most likely because the add-in is listed in the Disabled Items list
from the Help - About menu.

To see the list of available add-ins, go through Tools - Options - Other
- Advanced Options... - COM Add-Ins...

Also ensure that the LoadBehavior setting in
HKEY_CURRENT_USER\Software\Microsoft\Office\Outloo k\Addins\add-in name is
set to 3.

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Pieter Coucke" wrote:

Hi,

I developped some time ago an Outlook Add In (VB.NET 2005) that worked fine
during several months with all the users.

Suddenly, 2 weeks ago it stopped working for one of the users. The
administrator desinstalled it and installed it again, but that didn't work.
i did the same, desinstalled it, rebooted, removed everything I could find
about it in the registry of file system (nothing in both cases), reinstalled
it, but still not working... It works for every user on that pc, but not
forthis specific user...

I added a MessageBox at the beginning of the "Private Sub
ThisApplication_Startup(ByVal sender As Object, ByVal e As System.EventArgs)
Handles Me.Startup"-startup to be sure if it started or not, but the
MessageBox is never shown...

Does anybody has any idea why this happens?

and how to find a solution for this? Is there somehow a way to see which Add
Ins are available for who?

Thanks a lot in advance,

Pieter



  #3  
Old May 9th 06, 09:42 AM posted to microsoft.public.dotnet.framework,microsoft.public.dotnet.general,microsoft.public.dotnet.languages.vb,microsoft.public.outlook.program_vba
Pieter Coucke
external usenet poster
 
Posts: 2
Default Outlook Add In is not shown for 1 user...

"Eric Legault [MVP - Outlook]" wrote in
message ...
This is most likely because the add-in is listed in the Disabled Items
list
from the Help - About menu.


It was indeed this! Thanks a lot!
Any idea why this happens? and is there somehow a way to get a warning when
an Add In gets disabled?


  #4  
Old May 9th 06, 03:54 PM posted to microsoft.public.dotnet.framework,microsoft.public.dotnet.general,microsoft.public.dotnet.languages.vb,microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Outlook Add In is not shown for 1 user...

Add-ins can become disabled if Outlook crashes frequently. One way to detect
if an expected add-in doesn't get loaded is through the COMAddIns collection:

If Application.COMAddIns(1).Connect Then
MsgBox "The add-in is connected."
Else
MsgBox "The add-in is not connected."
End If

You can run this during the Application_Startup event.

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Pieter Coucke" wrote:

"Eric Legault [MVP - Outlook]" wrote in
message ...
This is most likely because the add-in is listed in the Disabled Items
list
from the Help - About menu.


It was indeed this! Thanks a lot!
Any idea why this happens? and is there somehow a way to get a warning when
an Add In gets disabled?



 




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
Trying to add ex-Directory mailbox to user profile The_Short_fat_hairy_one Outlook - Installation 3 May 2nd 06 12:23 AM
Quick way to add user to multiple shared calendars blackjackburger Outlook - Calandaring 6 April 12th 06 04:07 PM
user cannot add an entry to calendar Piantanida Outlook - Calandaring 4 March 15th 06 08:30 PM
The Number of Public Outlook Contacts are Shown Incorrectly CompandTelecom Outlook - Using Contacts 0 March 12th 06 05:28 PM
Can't add user on permissions Outlook 2002 [email protected] Outlook - Calandaring 0 February 2nd 06 02:28 PM


All times are GMT +1. The time now is 08:31 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.