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
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.