Restrictions on installing extensions or add-ins in Visual Studio 2010 Express

巧了我就是萌 提交于 2019-11-26 05:39:41

问题


I installed MSVC++ 2010 Express and trying to figure which extensions (vsix) are available to install. There are some extensions in the Extension Manager (section Online Gallery). All of them from Visual Studio Gallery. To be sure I installed some extension. It, therefore, cannot be said that the express editions of Visual Studio do not support installing Extensions or Add-Ins. At first I decided that Visual Studio Gallery is the place for allowed extensions. I downloaded from there PowerConsole extension and tried to install it. However, I got message box with following text:

Visual Studio Extension Installer
This extension is not installable on any currently installed products.

The question is, What are exact limitations for installing extensions in Visual Studio 2010 Express?


回答1:


Take a look at this article.

In summary from above article:

  • The Express SKUs only support installation of extensions that are classified as Templates (or Template Wizards) and Controls.
  • The Express SKUs do not support tool extensions. Which is anything that doesn't fall into one of the other categories (Template or Control).
  • VSIX files are marked, via the manifest, as to which applications they are compatible and can be installed.


来源:https://stackoverflow.com/questions/7940249/restrictions-on-installing-extensions-or-add-ins-in-visual-studio-2010-express

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