For reasons that are unknown to me, I have recently been getting an error when compiling my C# applications that simply states
"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
".
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. 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.