5

我单击 Microsoft.Practices.EnterpriseLibrary.ConfigConsoleV6.vsix。用于安装企业库配置。但它不能安装这个。我需要你的帮助,请查看下面的安装日志

**6/23/2015 10:45:41 AM -   Supported Products : 
6/23/2015 10:45:41 AM -         Microsoft.VisualStudio.Ultimate
6/23/2015 10:45:41 AM -             Version : [11.0]
6/23/2015 10:45:41 AM -         Microsoft.VisualStudio.Premium
6/23/2015 10:45:41 AM -             Version : [11.0]
6/23/2015 10:45:41 AM -         Microsoft.VisualStudio.Pro
6/23/2015 10:45:41 AM -             Version : [11.0]
6/23/2015 10:45:41 AM - 
6/23/2015 10:45:41 AM -     References      : 
6/23/2015 10:45:41 AM -         -------------------------------------------------------
6/23/2015 10:45:41 AM -         Identifier   : Microsoft.VisualStudio.MPF
6/23/2015 10:45:41 AM -         Name         : Visual Studio MPF
6/23/2015 10:45:41 AM -         Version      : [10.0,)
6/23/2015 10:45:41 AM -         MoreInfoURL  : 
6/23/2015 10:45:41 AM -         Nested       : No
6/23/2015 10:45:41 AM - 
6/23/2015 10:45:41 AM - 
6/23/2015 10:45:41 AM - Searching for applicable products...
6/23/2015 10:45:41 AM - Found installed product - Microsoft Visual Studio 2010 Ultimate
6/23/2015 10:45:41 AM - Found installed product - Microsoft Visual Studio Ultimate 2013
6/23/2015 10:45:41 AM - Found installed product - Microsoft Visual Studio Premium 2013
6/23/2015 10:45:41 AM - Found installed product - Microsoft Visual Studio Professional 2013
6/23/2015 10:45:41 AM - Found installed product - Microsoft Visual Studio 2013 Shell (Integrated)
6/23/2015 10:45:41 AM - Found installed product - Global Location
6/23/2015 10:45:41 AM - 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()**
4

1 回答 1

2

你可以从它说的日志中看到

支持的产品:2015 年 6 月 23 日上午 10:45:41 - Microsoft.VisualStudio.Ultimate 2015 年 6 月 23 日上午 10:45:41 - 版本:[11.0]

版本 11 是 VS2012,看起来您要安装 VS2013 的扩展,即版本 12。您可以将 Enterprise 库安装为 nuget 包;如果您确实想将其安装为 VS 扩展,请获取 VS2013 的扩展

Microsoft.Practices.EnterpriseLibrary.ConfigConsole.V6.VS2013.vsix

于 2015-06-23T04:13:30.810 回答