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.
 
look under the build menu in the IDE

from commandline use vbc.exe

HTH,

Shane
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top