【发布时间】:2016-04-26 15:24:03
【问题描述】:
我最近将我的 Windows 8.1 应用程序重新定位到了 Windows 10。我在构建 UI 项目时遇到了这个错误,
"MSBUILD : error MSB4166: Child node "2" exited prematurely. Shutting down. Diagnostic information may be found in files in the temporary files directory named MSBuild_*.failure.txt."
这不是特别有用,所以我去 %temp% 寻找所说的失败日志,它不存在。我在寻找错误的“临时”目录吗?
是什么导致了这个错误?我可以构建我的支持库项目而不会出现此错误。
【问题讨论】:
标签: msbuild visual-studio-2015 windows-10-universal