How to run VB.NET 2008 Application Without The Studio ?

phoenix1313k

Honorable
Jun 22, 2012
7
0
10,510
Hi there, I have recently started learning VB.NET 2008. I was wondering hot to run the application/projects that i have created without the need of using the VB.NET Studio? It's like that i want to run these programs directly as .exe files, but not by opening the vb studio. I hope i made my self clear. So i need help. And thanks in advance.
 
Solution
To compile it as a .exe, you can right click on your project in the solution explorer and select Build. Or you can go to the debug drop down menu and build it from there. The .exe will be in your project directory in /bin/Release.

dmroeder

Distinguished
Jan 15, 2005
42
0
18,590
To compile it as a .exe, you can right click on your project in the solution explorer and select Build. Or you can go to the debug drop down menu and build it from there. The .exe will be in your project directory in /bin/Release.
 
Solution

phoenix1313k

Honorable
Jun 22, 2012
7
0
10,510


It Worked ,Thanks.
 

TRENDING THREADS