Followers

Tuesday, 3 October 2017

Deploying Excel Addin in Visual Studio

Source: stackoverflow.com --- Tuesday, October 03, 2017
I have successfully coded a little application level addin for Excel in C# in Visual Studio. But I seem to struggle with the deployment. I have tried the ClickOnce and Windows Installer variants and they work fine, but not the way I wanted to: I would like to be able to install my Addin though the "Developer" Tab in Excel by pressing "COM-Addins" and then "add..." But Excel says it doesn't recognize neither the .dll nor the .vsto nor the setup.exe files as a valid Addin. Screenshots for reference http://ift.tt/2xdaq3W How can I compile my code that Excel recognizes it? It seems like I'm missing a step here and I couldn't find any solutions for this online, so I thought I could ask you for help. ...



from Windows http://ift.tt/2xbvYmm

No comments:

Post a Comment