Upon writing any console application with C# and trying to run it (even the simplest of code), I get an error noise, the status bar at the bottom turns from blue to orange, the program doesn't run, and something about IntelliTrace pops up at the right. http://i.imgur.com/MWFH6gH.png
And then after a couple of seconds, it goes back to a blue status bar and stops running.
However, when I run without debugging (Ctrl+F5) it runs fine. http://i.imgur.com/KjrGNwp.png
I've also ran the program from the directory\bin\Debug\ConsoleApplication.exe and it runs fine.
Anyone know what the problem is?