How to -> Visual Studio Add In Manager

前端 未结 3 850
故里飘歌
故里飘歌 2020-12-13 13:55

How do I use the Add-In Manager in Visual Studio? Here is the problem and solution.

I want to add this SmartPaster addin and need to get these 3 fil

相关标签:
3条回答
  • 2020-12-13 14:25

    I had a similar issue, but it was that I was trying to use a VS Addin that was made for VS 2008.

    Even with the new folder added, it wasn't picking it up in vs 2010.

    By making a copy of the vs addin, and editing the .addin file, changing 9.0 to - you guessed it... 10.0... it works :) lol

    0 讨论(0)
  • 2020-12-13 14:43

    Make a folder called "C:\VisualStudioPlugins"

    Open up Visual Studio > Tools Menu > Options > Environment > Add-In/Macro Security > Add the path "C:\VisualStudioPlugins"

    Restart Visual Studio and the add-in is listed!

    ps I didn't know the answer before I asked the question and hope it helps the .Net community.

    0 讨论(0)
  • 2020-12-13 14:49

    The product didn't come with installation instructions?

    It sounds like you can probably just put the files into %DOCUMENTS%/Visual Studio 2010/Add-Ins (where %DOCUMENTS% is your documents folder, where VS likes to shove stuff by default) and reboot VS. But that's just a guess.

    0 讨论(0)
提交回复
热议问题