C# compiler fails if /debug flag is set. Error messages:Microsoft (R) Visual C# Compiler version 4.0.30319.17929for Microsoft (R) .NET Framework 4.5Copyright (C) Microsoft Corporation. All rights reserved.error CS0583: Internal Compiler Error (0xc0000005 at address 01360391): likely culprit is 'CODEGEN'. An internal error has occurred in the compiler. To work around this problem, try simplifying or changing the program near the locations listed below. Locations at the top of the list are closer to the point at which the internal error occurred. Errors such as this can be reported to Microsoft by using the /errorreport option. Program.cs(5,28): error CS0584: Internal Compiler Error: stage 'CODEGEN' symbol 'ErrorDemo.Program.Main()'Program.cs(5,28): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol 'ErrorDemo.Program.Main()'Program.cs(5,28): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol 'ErrorDemo.Program.Main()'Program.cs(4,11): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol 'ErrorDemo.Program'Program.cs(3,11): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol 'ErrorDemo'Program.cs: error CS0584: Internal Compiler Error: stage 'COMPILE' symbol '<global namespace>'Program.cs: error CS0586: Internal Compiler Error: stage 'COMPILE'error CS0587: Internal Compiler Error: stage 'COMPILE'error CS0587: Internal Compiler Error: stage 'EMIT'error CS0587: Internal Compiler Error: stage 'BEGIN'Some web sources suggest to remove any *.PDB files to resolve the issue, however, in this case there weren't any. It even happens with the most trivial "Hello World" console app.I've removed and re-installed _everything_ related to VS, however to no avail. Machine has the latest Windows Updates installed.
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results