re-deploy vb.net app

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Thanks to this discussion group, I've been able to deploy my app.

Now, of course, I need to change and re-deploy. I think that all I need is
to rebuild the app itself and move the .exe. However, I'm not seeing the
..exe file being regenerated within my project.

Is this because I have it marked as release instead of debug? Do I need to
go back to the configuration file and make it debug?

Ignorance is not bliss!

Thanks!
 
Make sure your checking the right build directory. On debug config the
output is placed in .\bin\Debug where as in release the output is
placed in .\bin\Release. Also check if there werent any compile time
errors.

NuTcAsE
 
Back
Top