Building/Compiling Application in VB.Net

  • Thread starter Thread starter Lumpierbritches
  • Start date Start date
L

Lumpierbritches

Thank you in advance. I'm trying to compile to an EXE a VB.net application I've
built, but I can't find a way to do it. HELP Please!!

Michael
 
Hello Michael

Inside the IDE hit 'Build > Build Solution' it will
create an exe in the Bin folder.

Outside the IDE use the Visual Basic Compiler vbc.exe.

Kind Regards
Jorge
 
Back
Top