How to manage add-ins in Visual Studio 2010?

怎甘沉沦 提交于 2019-12-12 20:08:05

问题


i have (at least) two addins installed in Visual Studio (2010 (Professional)). i would like to temporarily disable them.

How can i manage addins in Visual Studio 2010?


i tried using the Add-in Manager (Tools -> Add-in Manager...):

But neither of my (at least) two addins appear.

How can i manage addins in Visual Studio 2010?


Looking at MSDN:

How to: Deactivate and Remove an Add-In

When you finish using an add-in, you can unload it from Visual Studio by clearing the check box next to its name in Add-in Manager.

By following the steps in this topic, you can remove the add-in permanently so that it no longer appears in Add-in Manager and its command no longer appears on the Tools menu or the Visual Studio toolbar.

The Add-in Manager is located on the Tools menu.


回答1:


In Visual Studio 2010, Microsoft has added another form of 'addins' (how we used to call them).
Now, we have the Visual Studio Integration Package that are not COM based like addins.
This has prompted the creation of a different menu where you handle these kind of extensions. The main menu is still Tools but a specific submenu called Extension Manager has been added

More information on this argument could be found here

"Visual Studio Integration Package" vs "Visual Studio Add-in": what is the difference?

and here

Differences between Visual Studio 2010 add-in manager and extension manager



来源:https://stackoverflow.com/questions/11246922/how-to-manage-add-ins-in-visual-studio-2010

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!