PDA

Click to See Complete Forum and Search --> : How do I complie?


dimava
Feb 15th, 2002, 08:33 AM
I can't find the place to compile my vb.net project

thanks

Dimava

kleptos
Feb 15th, 2002, 09:22 AM
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.

dimava
Feb 15th, 2002, 02:06 PM
ok i did all that, but it still didn't ask me where to save the exe file or anything

Scott Penner
Feb 15th, 2002, 02:27 PM
It saves the exe in the debug folder of your project's active folder. My guess: My Documents\Visual Studio\VB\<your project>\debug\

dimava
Feb 15th, 2002, 05:17 PM
o ok thanks