Unable to Install Nuget Manager extension on Visual Studio 2010 Phone Express

北慕城南 提交于 2019-12-12 06:07:58

问题


I am using Visual Studio 2010 for Phone Express to develop Windows Phone 7 apps. Unfortunately, it does not come installed with Nuget Manager. So based on the content at this site, I downloaded the VSIX installer for Visual Studio 2010 for Phone Express from this link

Unfortunately, the installer fails with error

I am posting the relevant section of the install 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 can be seen from logs, it does discover the Visual Studio Phone Developer 2010 Express, but still aborts the installation of the extension.

Can anyone please help me out with the installation of Nuget Manager on Visual Studio 2010 Express for Phone


回答1:


Make sure you have the latest Update for Visual Studio 2010 Express for Phone! But I think that the express editions do not support extensions so VsVim cannot be installed.

Though they recently enabled extensions/plugins for VS Express. But I think that is just available for Version 13



来源:https://stackoverflow.com/questions/29628511/unable-to-install-nuget-manager-extension-on-visual-studio-2010-phone-express

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!