我发布时迅速升级到Visual Studio 2019社区。我之前一直在使用2019 Beta,没有任何问题。升级后,我的WPF应用程序停止构建。从VS,我得到:
Child node "2" exited prematurely. Shutting down. Diagnostic information may be found in files in "C:\Users\bpopp\AppData\Local\Temp\" and will be named MSBuild_*.failure.txt. This location can be changed by setting the MSBUILDDEBUGPATH environment variable to a different directory
我最清楚的是,该位置没有日志。我已经尝试卸载并重新安装了几次并完成了多次重启。这个应用程序在升级之前编译并运行正常,我验证了我在微软开箱即用的WPF应用程序中遇到了同样的错误。我还尝试使用MSBUILD从命令行构建应用程序并收到此错误:
ValidateSolutionConfiguration: Building solution configuration "Debug|Any CPU". Project "C:\Users\bpopp\source\repos\WpfApp1\WpfApp1.sln" (1) is building "C:\Users\bpopp\source\repos\WpfApp1\WpfApp1\WpfApp1.csproj" (2) on node 1 (default targets).
GenerateBindingRedirects: No suggested binding redirects from ResolveAssemblyReferences.MainResourcesGeneration:
Skipping target "MainResourcesGeneration" because all output files are up-to-date with respect to the input files.
Process is terminated due to StackOverflowException.
我尝试了一些非WPF应用程序,它们似乎没有受到影响。有任何想法吗?
如果有人遇到这个。它似乎是我的Windows 10操作系统中的腐败。我开始在某些第三方应用程序(可能是WPF应用程序)中收到“运行时错误216”错误。谷歌表示这与损坏的Windows数据库文件有关,通常是由病毒或木马引起的。在我的情况下,我不相信它是病毒,而是由安装失败引起的。在使用预览版本更新我的Windows 10安装并重新启动后,运行时错误消失了,我的WPF应用程序再次构建。