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
On Fri, 30 Jan 2004 05:31:07 -0800, skootr
<anonymous@disc ussions.microso ft.com> wrote:
[color=blue]
> 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[/color]
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.
--
.... blood, sugar, sex, magic ...
CIA = Caught In Action programmer
Comment