Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have done something to my Excel and now I cannot seem to install add-ins correctly.

The add-in ClickOnce installs. It appears in Programs list. It appears in registry (and is set to load automatically).

However it does not appear in my Excel. It doesn't appear in the list under COM Add-Ins (nor disbaled items or anywhere on that page).

I don't believe it is my application as I have managed to run it on another PC and it loads locally fine.

I have tried - uninstalling from Programs, removing cahce using CMD command, repaired Microsoft Office and restarted and nothing seems to make it appears.

When I run in debug mode it doesn't hit the ThisAddIn_Startup method but still loads Excel fine.

Does anyone else have any other suggestion? I know this isn't really a development question but I thought a dev might have encountered the same problem.

share|improve this question
One of the possible reasons: you work with office 2007 and you try to make the add-in available for all users on a computer: HKLM/... Office 2007 does not support that w/o some magic. But this is only one of the possible reasons – melan Nov 17 '12 at 6:06

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.