As a newbie to VB.NET and to programming in general let me just add one clarification that might be helpful to you:
When you click on the "Start" button in the toolbar, you start 2 processes at the same time:
1. You create an exe file
2. You start the debug process that launches the exe file, and reports any/all errors back to you on the bottom portion of your screen.
Geza