【问题标题】:Error building x64 Windows Store App构建 x64 Windows 应用商店应用程序时出错
【发布时间】:2014-03-05 17:02:31
【问题描述】:

我在其他任何地方都没有发现这个错误。无法弄清楚是什么原因造成的,也无法摆脱它。

Could not run the "GetSdkToolFullPath" task because MSBuild could not create or connect to a task host with runtime "CLR4" and architecture "x64".  Please ensure that (1) the requested runtime and/or architecture are available on the machine, and (2) that the required executable "MSBuild.exe" exists and can be run.
The "GetSdkToolFullPath" task's outputs could not be retrieved from the "ActualToolFullPath" parameter. Object does not match target type.

有什么想法吗?

【问题讨论】:

  • 基本问题:您运行的是 64 位 Windows,对吗?并安装了x64 sdk?您是否尝试过找出“SdkToolFullPath”并查看它是否存在?您可能必须通过 .targets 文件才能找到它。

标签: c# msbuild windows-store-apps visual-studio-2013


【解决方案1】:

您是否尝试过更新 Visual Studio(工具>扩展和更新...>更新)?我遇到了这个问题,更新为我解决了这个问题。

【讨论】:

  • 这并没有解决我的问题。我安装了新的 Windows Phone 8.1 SDK 的测试版,但随后被卸载。卸载似乎是问题所在。但是对于那个 SDK 的 beta 版本,还有一些其他的错误对我来说比这更糟糕。
  • 哦。您是否尝试过完全卸载/重新安装 Visual Studio?如果没有,它可能是您唯一的选择。 VS 在删除更新方面可能真的很糟糕。
  • 我已经这样做了好几次,但没有明显的结果:(这似乎是一个更深层次的问题。也许它与 .NET 框架有关。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2015-06-25
  • 2012-10-06
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多