Can't install Nuget Manager extension on Visual Studio 2010 Phone Express

I am using Visual Studio 2010 for Phone Express to develop applications for Windows Phone 7. Unfortunately it is not installed using Nuget Manager . So based on the content the link

Sorry, the installer fails with an error

Install Error

I am posting the appropriate section of the installation log.

14-04-2015 18:38:22 -   Supported Products : 
14-04-2015 18:38:22 -       Microsoft.VisualStudio.Pro
14-04-2015 18:38:22 -           Version : [10.0]
14-04-2015 18:38:22 -       Microsoft.VisualStudio.Pro
14-04-2015 18:38:22 -           Version : [11.0]
14-04-2015 18:38:22 -       Microsoft.VisualStudio.IntegratedShell
14-04-2015 18:38:22 -           Version : [10.0]
14-04-2015 18:38:22 -       Microsoft.VisualStudio.IntegratedShell
14-04-2015 18:38:22 -           Version : [11.0]
14-04-2015 18:38:22 -       Microsoft.VisualStudio.VPDExpress
14-04-2015 18:38:22 -           Version : [10.0]
14-04-2015 18:38:22 -       Microsoft.VisualStudio.VPDExpress
14-04-2015 18:38:22 -           Version : [11.0]
14-04-2015 18:38:22 -       Microsoft.VisualStudio.VWDExpress
14-04-2015 18:38:22 -           Version : [11.0]
14-04-2015 18:38:22 -       Microsoft.VisualStudio.VSWinExpress
14-04-2015 18:38:22 -           Version : [11.0]
14-04-2015 18:38:22 -       Microsoft.VisualStudio.VSWinDesktopExpress
14-04-2015 18:38:22 -           Version : [11.0]
14-04-2015 18:38:22 - 
14-04-2015 18:38:22 -   References      : 
14-04-2015 18:38:22 - 
14-04-2015 18:38:22 - Searching for applicable products...
14-04-2015 18:38:22 - Found installed product - Microsoft Visual Studio 2010 Express for Windows Phone
14-04-2015 18:38:22 - Found installed product - Microsoft Visual Studio Community 2013
14-04-2015 18:38:22 - Found installed product - Microsoft Visual Studio 2013 Shell (Integrated)
14-04-2015 18:38:22 - Found installed product - Global Location
14-04-2015 18:38:22 - Found installed product - ssms
14-04-2015 18:38:22 - 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()

      

As you can see from the logs, it detects Visual Studio Phone Developer 2010 Express, but still aborts the installation of the extension.

Can anyone help me with installing Nuget Manager on Visual Studio 2010 Express for Phone

0


source to share


1 answer


Make sure you have the latest update for Visual Studio 2010 Express for Phone! But I think the express versions don't support extensions, so VsVim cannot be installed.



Although they recently activated extensions / plugins for VS Express. But I think this is only available for version 13

0


source







All Articles