I recently installed Visual Basic 2008 Express Edition.
I created a console project. The code for this is as below:
Console.Writeline("Hello world blah blah blah") Console.Readline()
However, everytime I press debug (F5) or step in (F8), my debugged application is no where to be seen. The titlebar in the VS IDE changes to running which indicates the application is open (verified in the task manager) and the pause and stop buttons are also visible in the IDE but the console application itself is nowhere to be seen, not on the taskbar or anywhere?
The only way I can test out my code is to build it but I can't debug!
I've reset my settings, I've uninstalled and reinstalled but I still have this problem!