Help with deploying/compiling my VB.net project.

andycharger

Centurion
Joined
Apr 2, 2003
Messages
152
Iv just built my first form in VB.net and now I need to make it into a working EXE for people's desktop. Im not sure how you do this. In VB6 you just selected the MAKE EXE option in the file menu.
Can some wonderful person out there describe how I make an exe in Vb.net from my project?

Andy
 
there's loads of info on this site on this topic, but basically you need to create a setup project which the users will use to install your app and they need the .Net Framework installed on their PC too
 
Back
Top