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.
 
Back
Top