I can't find the place to compile my vb.net project
thanks
Dimava
Printable View
I can't find the place to compile my vb.net project
thanks
Dimava
Are you doing this from a command line or in the IDE? If your in the IDE, just go to Build and select Build Solution (or Rebuild Solution) and it should build your application, you may need to go into the project settings and change it from a DEBUG build to a RELEASE build. If you want an installer, you would need to add the installer project to your current project.
ok i did all that, but it still didn't ask me where to save the exe file or anything
It saves the exe in the debug folder of your project's active folder. My guess: My Documents\Visual Studio\VB\<your project>\debug\
o ok thanks