How to -> Visual Studio 2010 Add In Manager
Posted
by
Jeremy Thompson
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy Thompson
Published on 2011-01-11T01:50:56Z
Indexed on
2011/01/11
2:54 UTC
Read the original article
Hit count: 361
visual-studio-2010
|add-in
Hi,
Sorry for such a simple question, but how do I use the Add-In Manager in VS2010?
I want to add this "SmartPaster" addin: http://inedo.com/Downloads/SmartPaster.aspx or http://www.mediafire.com/?mzyjamytnlq
What do I do with these 3 files to get them listed in the Add-In Manager dialog?
SmartPaster2010.AddIn, SmartPaster2010.dll, SmartPaster2010.xml
Edit: http://msdn.microsoft.com/en-us/library/19dax6cz.aspx 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 directoryies, restart VS2010 but still no luck!
© Stack Overflow or respective owner