Compiling my project

  • Thread starter Thread starter Will
  • Start date Start date
W

Will

hey guys,

quick question, how do i compile my vb.net project into
an exe ??

in vb 6.0 it was: Make Project1.exe

how is it done in vb.net ?

Thanx ...
 
go to build and build solution

every time you run the program it builds a new solution, so you can go into
the project's bin folder and get it from there

Shane
 
* "Will said:
quick question, how do i compile my vb.net project into
an exe ??

Have a look at the commands in the "Build" menu. There you can build
the project or the whole solution.
 
Back
Top