seeing the console's output in visual studio 2010?
- by AnH
Hi
Quick question please, its the first time am using visual studio, I usually program in netbeans (java), anyways am writing a simple C# program with some outputs (Console.WriteLine("...");), problem each time i run it I cannot see the program's output in the output window.
The "program output" tag is already checked and I already redirected all outputs to the intermediate window but to no avail?
any ideas?
thanx =)