无法安装Microsoft.Practices.EnterpriseLibrary.ConfigConsoleV6.vsix - “扩展无法安装在......已安装的产品上”

时间:2015-06-23 04:02:04

标签: c# visual-studio-2013 enterprise-library-6

我单击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()**

1 个答案:

答案 0 :(得分:2)

你可以从日志中看到它说

支持的产品: 6/23/2015 10:45:41 AM - Microsoft.VisualStudio.Ultimate 6/23/2015 10:45:41 AM - 版本:[11.0]

版本11是VS2012,看起来你想要安装版本12的VS2013扩展。您可以将企业库安装为nuget包;如果你想将它作为VS扩展安装,那么获取VS2013的那个

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