c# addin with unmanaged shim does not load as a regular user

S

Sunny

Hi,
I have C# addin for Outlook. I have implemented unmanaged shim with the
shim wizard, provided by Microsoft. I have made the addin to be enabled
for all users on the machine, so the addin registry keys are added under
HKLM.

After installing the addin (on XP and Win2K), if the logged in user is
in the Administrators group, the addin is loaded and works just fine.
But if a regular user starts Outlook, the addin is never loaded, and no
error messages at all.

Does someone had this problem. Any suggestions?

Thanks
Sunny
 
S

Sunny

I found the problem. It is not related to the shim at all.
I'll start a new thread with the new problem :)

Cheers
Sunny
 
L

Luc P Maes

Hi Sunny,

Can you share what your problem/solution was. I am indeed facing a very
similar issue with addins loading sometimes and sometimes not...
Cheers
Luc
 
Top