I'm using .Net 2005.
Can anyone plz. explain me what is the exact difference between Build and Rebuild. When to use Build and when to use Rebuild
Best Regards
Nani.
I'm using .Net 2005.
Can anyone plz. explain me what is the exact difference between Build and Rebuild. When to use Build and when to use Rebuild
Best Regards
Nani.
Difference between Build and ReBuild
Dave Calkins
AnsonH_MS (Expert) - http://msdn.microsoft.com/chats/transcripts/vstudio/05_0505_dn_clan.aspx
RonanH
Rebuild : Cleans the solution and builds
Build: Just builds with out worring anything, where are Rebuild cleans all the intermediary files and the output directories that depend on the solution
Aqua General