简体   繁体   English

编译时出现“ Microsoft Resource File to COFF Object Conversion Utility已停止工作”错误

[英]“Microsoft Resource File to COFF Object Conversion Utility has stopped working” error when compiling

For reasons that are unknown to me, I have recently been getting an error when compiling my C# applications that simply states 由于我不知道的原因,最近我在编译我的C#应用​​程序时遇到了一个错误,该错误仅指出

" Microsoft Resource File to COFF Object Conversion Utility has stopped working ". Microsoft Resource File to COFF Object Conversion Utility has stopped working ”。

In the error list, there always appears an error that says 在错误列表中,总会出现一个错误,指出

" '[project folder]\\obj\\x86\\Debug\\CSC[random number].tmp' is not a valid Win32 resource file ". '[project folder]\\obj\\x86\\Debug\\CSC[random number].tmp' is not a valid Win32 resource file ”。

I've been google-ing this problem for the past hour now, and the only actually solution anyone's come up with is running sfc /scannow in the elevated command prompt. 我过去一个小时来一直在谷歌搜索这个问题,任何人想出的唯一实际解决方案是在提升的命令提示符下运行sfc /scannow Well, it found nothing corrupted for me, and there doesn't really seem to be any questions here about it. 好吧,它没有发现任何损坏的东西,而且这里似乎没有任何问题。 I'm hoping somebody could give me a solution to this problem. 我希望有人能给我解决这个问题的方法。

I am using VS C++ but have had a very similar error, not sure what you are using. 我正在使用VS C ++,但发生了非常类似的错误,不确定您使用的是什么。
I too trawled the web looking for fixes and what finally did it (which I should have done much earlier) was the update to VS C++ SP1 . 我也拖着网寻找修复程序,而最终(我应该做得更早)是对VS C ++ SP1更新
Hopefully this is applicable to you and helps. 希望这对您有所帮助。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 编译时出现Visual Studio错误-“ Microsoft.VsHub.Server.HttpeHostx64.exe停止工作” - Visual Studio Error when Compiling - “Microsoft.VsHub.Server.HttpeHostx64.exe has stopped working” Visual Studio 注册表捕获实用程序已停止工作,在 Windows7 中编译 C# 项目时出错 - Visual Studio registry capture utility has stopped working, error compiling C# project in Windows7 MyProgram停止工作错误 - MyProgram has stopped working error Microsoft Web 驱动程序已停止工作。 在 Selenium 中使用 EdgeDriver 和 Microsoft Edge 导致程序停止正常工作的问题 - Microsoft Web Driver has stopped working. A problem cause the program to stop working correctly error using EdgeDriver and Microsoft Edge in Selenium 函数已停止工作”运行代码时出错 - function has stopped working" Error in running the code 当我使用'Application.Exit();'时,我得到“已停止工作”错误 在C#中 - I get “has stopped working” error when I use 'Application.Exit();' in C# 资源文件转换问题 - Issue with the Resource File Conversion 如何修复Visual Studio 2015异常Microsoft.vshup.server.httphostx64.exe在运行项目时已停止工作 - How can I fix Visual Studio 2015 exception Microsoft.vshup.server.httphostx64.exe has stopped working when run project csc.exe已停止工作导致'/'应用程序中的服务器错误 - csc.exe has stopped working causes Server Error in '/' Application 使用导入的图像资源进行编译时出错 - I get an error when compiling with an imported image resource
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM