16

我似乎无法安装 WebEssentials。我不断收到此错误,即使我获得了 VSIX 扩展的 VS 图标,并且在程序中更新了 VS12。

2013-02-07 21:59:15 - Microsoft VSIX Installer
2013-02-07 21:59:15 - -------------------------------------------
2013-02-07 21:59:15 - Initializing Install...
2013-02-07 21:59:16 - Extension Details...
2013-02-07 21:59:16 -   Identifier      : 5fb7364d-2e8c-44a4-95eb-2a382e30fec7
2013-02-07 21:59:16 -   Name            : Web Essentials 2012
2013-02-07 21:59:16 -   Author          : Mads Kristensen
2013-02-07 21:59:16 -   Version         : 2.4.5
2013-02-07 21:59:16 -   Description     : Adds many useful features to Visual Studio for web developers.
2013-02-07 21:59:16 -   Locale          : en-US
2013-02-07 21:59:16 -   MoreInfoURL     : http://vswebessentials.com/changelog
2013-02-07 21:59:16 -   InstalledByMSI  : False
2013-02-07 21:59:16 -   SupportedFrameworkVersionRange : 4.5
2013-02-07 21:59:16 - 
2013-02-07 21:59:16 -   Supported Products : 
2013-02-07 21:59:16 -       Microsoft.VisualStudio.Pro
2013-02-07 21:59:16 -           Version : 11.0
2013-02-07 21:59:16 - 
2013-02-07 21:59:16 -   References      : 
2013-02-07 21:59:16 -       -------------------------------------------------------
2013-02-07 21:59:16 -       Identifier   : Microsoft.VisualStudio.MPF.11.0
2013-02-07 21:59:16 -       Name         : Visual Studio MPF 11.0
2013-02-07 21:59:16 -       Version      : 11.0
2013-02-07 21:59:16 -       MoreInfoURL  : 
2013-02-07 21:59:16 -       Nested       : No
2013-02-07 21:59:16 - 
2013-02-07 21:59:16 - 
2013-02-07 21:59:16 - Searching for applicable products...
2013-02-07 21:59:16 - Found installed product - Microsoft Visual Studio Express 2012 for Web
2013-02-07 21:59:16 - Found installed product - Global Location
2013-02-07 21:59:16 - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
   at VSIXInstaller.App.InitializeInstall()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()

我能想到的唯一曲线球是我没有使用自定义文件夹来安装 VS12。TIA

4

1 回答 1

24

不幸的是 VS Web Express 不允许安装 3rd 方扩展。因此它仅适用于 VS Pro、Premium 和 Ultimate

于 2013-02-08T21:56:47.717 回答