Why doesn’t Console.Writeline, Console.Write work in Visual Studio Express?

I just open a console application and I type

Console.WriteLine("Test");

But the output window doesn’t show this. I go to the output window with Ctrl + W, O.

But nothing shows up when I run my program. Am I nuts or is this not supported in Visual Studio 2010 Express?

21 Answers
21

Leave a Comment