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.