Build Solution vs. Rebuild Solution

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • skootr

    Build Solution vs. Rebuild Solution

    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
  • Maniaque |CIA|

    #2
    Re: Build Solution vs. Rebuild Solution

    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

    Working...