Home All Groups Group Topic Archive Search About

VB.Net 2003 - Build Solution vs Re-Build Solution

Author
18 Jan 2006 2:16 AM
Dennis
What is the difference between the sub menu item "Build Solution" and
"Rebuild Solution" under the main menu item "Build".

I tried to read the help to find out but no luck.
--
Dennis in Houston

Author
18 Jan 2006 8:00 AM
Peter Proost
As far as I know, build only recompiles the things that have changed, while
rebuild recompiles everything.

Hth

Greetz Peter

--
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning. (Rich Cook)

Show quoteHide quote
"Dennis" <Den***@discussions.microsoft.com> schreef in bericht
news:EF785BAD-16EF-44FA-85D5-706B5F049A10@microsoft.com...
> What is the difference between the sub menu item "Build Solution" and
> "Rebuild Solution" under the main menu item "Build".
>
> I tried to read the help to find out but no luck.
> --
> Dennis in Houston
Author
19 Jan 2006 1:36 AM
Dennis
Thanks.  I thought that one was for complete building of all projects and one
was for just building the ones that had changed but wasn't sure which was
which.
--
Dennis in Houston


Show quoteHide quote
"Peter Proost" wrote:

> As far as I know, build only recompiles the things that have changed, while
> rebuild recompiles everything.
>
> Hth
>
> Greetz Peter
>
> --
> Programming today is a race between software engineers striving to build
> bigger and better idiot-proof programs, and the Universe trying to produce
> bigger and better idiots. So far, the Universe is winning. (Rich Cook)
>
> "Dennis" <Den***@discussions.microsoft.com> schreef in bericht
> news:EF785BAD-16EF-44FA-85D5-706B5F049A10@microsoft.com...
> > What is the difference between the sub menu item "Build Solution" and
> > "Rebuild Solution" under the main menu item "Build".
> >
> > I tried to read the help to find out but no luck.
> > --
> > Dennis in Houston
>
>
>