Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot install Microsoft.Practices.EnterpriseLibrary.ConfigConsoleV6.vsix - “extension not installable on … installed products”

I click Microsoft.Practices.EnterpriseLibrary.ConfigConsoleV6.vsix. for Install Enterprise Library config. but It 's can't install this. i need your help please see view install log below

**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()**
like image 605
Jamebond Tkk Avatar asked Nov 01 '22 01:11

Jamebond Tkk


1 Answers

you can see from the logs it says

Supported Products : 6/23/2015 10:45:41 AM - Microsoft.VisualStudio.Ultimate 6/23/2015 10:45:41 AM - Version : [11.0]

Version 11 is VS2012, looks like you are tying to install the extension for VS2013 which is Version 12. You can install the Enterprise library as a nuget package; if you do want to install it as a VS extension then get the one for VS2013

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

like image 98
Ricky Gummadi Avatar answered Nov 15 '22 05:11

Ricky Gummadi