.Net Excel Add-in Not Loading

D

David Robison

I have an add-in for Excel that typically loads without any problems. On one
of my customer's computers, it refuses to load when logged in as a Regular
User. If he logs in to this computer as an admin, it loads fine. I tested my
add-in using a regular user on my computer, and it loads fine.

What settings should I investigate on his log in to attempt to get my add-in
to load?

The add-in was created using C# in VS 2003. The problem computer is running
Excel 2003 and WinXP SP2.

Thanks,
David
 
W

Wei Lu [MSFT]

Hello David,

First, please make sure your customer installed the com add-in for all the
users on that machine. If he installed only for the admin, other user could
not use the add-in. He need to uninstalled the add-in and then reinstalled
for all the users.

Second, if he still could not load the add-in, please check the permission
on following register entry

HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\AddIns\

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Excel\Addins\

HKEY_CLASSES_ROOT\CLSID\{5E5E6110-C49E-41FD-891B-7693500F0EC4}]

Then, please also check the permission on the managed Add-in DLL you
develop.

For more detailed information, please refer the following blog article:

http://blogs.msdn.com/msdnts/archive/2006/12/28/how-to-troubleshoot-the-com-
add-ins-loading-issues.aspx

Sincerely,

Wei Lu

Microsoft Online Community Support

==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
W

Wei Lu [MSFT]

Hi ,

How is everything going? Please feel free to let me know if you need any
assistance.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
D

David Robison

I had him uninstall and reinstall the add-in for all users. We checked the
permissions, and he can modify all of the registry entries and files and
folders. I'm not sure what to try or check next.
 
W

Wei Lu [MSFT]

Hello,

Please ask your customer to check the permission of the registry entry.

Please right click the registry entry and click permission.

Make sure the User account which could not load the add-in have the
permission in the permission dialogbox.

Sincerely,

Wei Lu

Microsoft Online Community Support

==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
D

David Robison

We got it fixed. My customer logged in as someone else, erased his profile,
then logged back in. It recreated his profile for him and the add-in worked.

Thanks for your help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top