C# Console Application - cmd.exe hangs
问题 I am having issues with running a simple C# Console Application in Visual Studio 2013. Details of my problem: I was running Console Applications successfully with the default "Press any key to continue" displaying cleanly at the end. Suddenly it started behaving differently with the following symptoms: A new command window (cmd.exe) opening alongside my Console Application (this wasn't happening in the past) My Console Application closing abruptly without the default clean "Press any key"