From the course: Visual Basic Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Compile the project code

Compile the project code - Visual Basic Tutorial

From the course: Visual Basic Essential Training

Start my 1-month free trial

Compile the project code

- [Tutor] Before running or debugging a Visual Basic application, the code needs to be compiled. That is accomplished by using the build commands, in the build menu. First, let me save the file changes by clicking on the Save All button. There are two choices here, Build Solution, or Build SimpleConsole. The first choice builds all the projects in the Visual Studio solution. The second item Build SimpleConsole just builds the currently selected project. Since we only have the one project in the solution, there's no difference which menu item we choose for this demonstration. The terms build and compile are used interchangeably by most VB programmers. There are differences though. Compiling is one important step in the build process. Let's build this project by going to Build, Build SimpleConsole, there's not much to tell that we had a successful build unless you look in the bottom left of the Visual Studio IDE down…

Contents