【发布时间】:2014-02-07 22:35:26
【问题描述】:
我正在尝试在 Visual Studio 中为 Xamarin 做一个教程,可以找到 here,它说要完成教程,需要 Project Linker extension。不幸的是,当我下载它并尝试安装它时,我收到以下错误:
安装失败
安装无法将扩展安装到所有选定的产品。 >更多信息,请点击对话框底部的安装日志链接。
此扩展程序不可安装在任何当前安装的产品上。
安装日志如下:
2014-01-03 12:18:24 PM - Microsoft VSIX Installer
2014-01-03 12:18:24 PM - -------------------------------------------
2014-01-03 12:18:24 PM - Initializing Install...
2014-01-03 12:18:24 PM - Extension Details...
2014-01-03 12:18:24 PM - Identifier : 777046b2-7ee9-4e1e-8c34-5f2424eaabf1
2014-01-03 12:18:24 PM - Name : Project Linker 2012
2014-01-03 12:18:24 PM - Author : Jonkers
2014-01-03 12:18:24 PM - Version : 1.5
2014-01-03 12:18:24 PM - Description : This tool helps to automatically create and maintain links from a source project to a target project to share code that is common to Silverlight and WPF. Therefore, shared code can be written once and built for the target environment.
2014-01-03 12:18:24 PM - Locale : en-US
2014-01-03 12:18:24 PM - MoreInfoURL :
2014-01-03 12:18:24 PM - InstalledByMSI : False
2014-01-03 12:18:24 PM - SupportedFrameworkVersionRange : [4.5]
2014-01-03 12:18:24 PM -
2014-01-03 12:18:24 PM - Supported Products :
2014-01-03 12:18:24 PM - Microsoft.VisualStudio.Pro
2014-01-03 12:18:24 PM - Version : [11.0]
2014-01-03 12:18:24 PM -
2014-01-03 12:18:24 PM - References :
2014-01-03 12:18:24 PM - --------------------------------------------------- ----
2014-01-03 12:18:24 PM - Identifier : Microsoft.VisualStudio.MPF.11.0
2014-01-03 12:18:24 PM - Name : Visual Studio MPF 11.0
2014-01-03 12:18:24 PM - Version : [11.0]
2014-01-03 12:18:24 PM - MoreInfoURL :
2014-01-03 12:18:24 PM - Nested : No
2014-01-03 12:18:24 PM -
2014-01-03 12:18:24 PM -
2014-01-03 12:18:24 PM - Searching for applicable products...
2014-01-03 12:18:24 PM - Found installed product - Microsoft Visual Studio Professional 2013
2014-01-03 12:18:24 PM - Found installed product - Microsoft Visual Studio 2013 Shell (Integrated)
2014-01-03 12:18:24 PM - Found installed product - Global Location
2014-01-03 12:18:24 PM - 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()
然后我尝试通过 Visual Studio 的内置扩展管理器安装该包,但没有“Project Linker”的搜索结果。
我回到网站,发现该扩展只支持 Visual Studio 2010。我环顾四周,发现另一个名为 Project Linker 2012 的扩展只支持 Visual Studio 2012。
所以我的问题有两个方面。首先,有什么方法可以让这些中的任何一个安装在 VS2013 上,其次,如果没有,我是否有另一种方法可以按照教程的要求链接项目。
提前致谢!
【问题讨论】:
-
我无法为您提供有关如何解决此问题的建议,但我可以确认项目链接器 2012 在 VS2013 中可用(我是此组合的活跃用户)
-
我应该尝试标准的 IT 演练 /reinstall -all :) 但它的解决方案很烦人
-
@JamesAllingham 你能在 VS2013 上安装 Project Linker 吗?我面临着完全相同的问题:(
-
恐怕不行。 :( 我最终没有使用 Xamarin,所以我不需要扩展。对不起!
标签: xamarin visual-studio-2013