re-deploy vb.net app

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!
 
N

NuTcAsE

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top