Outlook 2003 addin not loaded for User group

J

Jammusi

Hi,

1. Installing a outlook 2003 adding as follows:
a. Add relevant entries to
HKLM\SOFTWARE\Microsoft\Office\Outlook\Addins\
b. Installing the dll file to the GAC

2. When login to the domain with administrator rights the outlook finds the
dll in the GAC – all good

3. When login with user rights (user member in the domain Users group) –
outlook does not find the addin ends up with the following message box:
C:\Documents and Settings\User1\Application
Data\Microsoft\Addings\cxoutlook2003_addin.dll is not a valid Office Add-in
Where:
User1 – is the user name
cxoutlook2003_addin.dll – is the addin file installed in the GAC

Manually copying the file to the specified location does not solve the problem

4. Using the Microsoft Fusion tool (Assembly Binding log viewer) shows
nothing – empty log for this adding (login with Administrator – shows
everything)

5. I found the following post
http://help.lockergnome.com/office/outlvba-dll-valid-Office--ftopict696377.html and followed the suggestion in it – didn’t help

6.Please advice

Tx

Jammusi
 
K

Ken Slovak - [MVP - Outlook]

Why are you adding a user dll to the GAC? Your addin dll should be installed
and registered, that's it, it should not be installed in the GAC.
 
Top