How to make an Exe-file from VB .NET

  • Thread starter Thread starter hglamy
  • Start date Start date
H

hglamy

Hello there,

making my first migration steps from VB6, I can't find
a way / a command (in VS 2002) to produce an executable
application out of a VB .NET project.

Can anybody help ?

Kind regards,

H.G. Lamy
 
In the Solution Explorer (the panle on the left normally), right-click on
your solution.

Chose "Configuration Manager", and in the combobox chose for the option
"Release" (if you change stuff to your solution and want to est it you
better set it back to "Debug" afterworths, cause "Release" takes much more
time to compile).

Than, in the Menu-bar on top choose "Build" -> "Build Solution"

You'll find the exe-file in the \My Application\bin directory.

Pieter
 
Back
Top