Build Solution vs. Rebuild Solution

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

Guest

What is the difference between "Build Solution" and "Rebuild Solution" ? While browsing Help I saw a reference to "cleaning files" but Help does not explain what that means

thanks in advance
 
What is the difference between "Build Solution" and "Rebuild Solution"
? While browsing Help I saw a reference to "cleaning files" but Help
does not explain what that means.

thanks in advance

Well, if you haven't made any changes to the code, Build solution WON'T
build the file. It lefts it as it was. If you select Rebuild, you force VS
to compile the assembly again, overwriting any files which were previously
created.
 

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

Back
Top