How to -> Visual Studio Add In Manager

81,546

Solution 1

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.

Solution 2

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

Share:
81,546
Jeremy Thompson
Author by

Jeremy Thompson

Hello fellow SO'r, I am a developer with a long professional history of work with web and Microsoft technologies. I am passionate about C#, VB.Net, Winforms, Web (jQuery, ASP.Net, IIS), SQL and am into a lot of tools for DevOps, Debugging, Performance, Threading, IDE and etc. My background in coding started with VB and C++, then classic asp and onto .Net. At various times I have worked for Datacom, Massive Interactive, Macquarie Bank, GraysOnline.com, MLC, SKM/Jacobs Engineering, the Reserve Bank of Australia, National Australia Bank and more. The highlight of my career was working for Microsoft Australia in Professional Developer PSS. Solving developer support cases for Microsoft Gold and Premiere customers has helped me to answer on here. I like answering the bounty questions and helping people out who are really stuck, "as if your job depends on it". I currently work at the NAB Cloud Guild as a trainer, best practice engineer and escalation engineer across NAB for cloud matters. Dip. Business, MCP, MCAD.Net, MCSD.Net, MCT (06/07), AWS CP, AWS CSA, AWS SOA, AZ900, AZ204, AZ303, AZ304

Updated on September 04, 2020

Comments

  • Jeremy Thompson
    Jeremy Thompson over 3 years

    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 files listed in the Add-In Manager dialog?

    1. SmartPaster2010.AddIn
    2. SmartPaster2010.dll
    3. SmartPaster2010.xml

    Edit: Microsoft Add-In Registration says:

    To install the add-in on another computer, the .addin file must be placed in a location where Visual Studio checks for add-ins. These locations are listed in the Options dialog box, in the Environment node, on the Add-in/Macros Security page.

    I went to Tools > Options > Environment > Add-In/Macro Security, checked some paths put the AddIn files in a couple of these directories, restart VS2010 but still no luck!