Run a Visual Basic .Net 2008 Project
How to Run a Visual Basic .Net 2008 Project?
Explanation
Run a Visual Basic .Net 2008 Project
Visual Studio.net 2008 unlike previous versions is a compiler based one. So all the programs are pre-compiled, only the user
needs to simply debugg and run the application.
Run a Visual Basic .Net 2008 Project by pressing the
F5 key or by choosing
Debug ->
Start Debugging from the
Menu Bar.