【发布时间】: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