Build Vs. rebuild

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

    Build Vs. rebuild

    Hello,
    Why is there a choice between build Solution & Rebuild Solution in the IDE.
    what is the difference? When would you use one over the other?

    Many thanks for your thoughts
    Ant.
  • holstad

    #2
    RE: Build Vs. rebuild

    Hi Ant,

    From my experience using the IDE on large projects, when you want to simply
    recompile after making basic changes, use Build Solution, as this quickly
    runs through your projects and recompiles your changes. If you've made
    changes to resource (.resx) files, or made other broad changes, use Rebuild.
    On large projects using Build instead of Rebuild can save you a ton of time.



    "Ant" wrote:
    [color=blue]
    > Hello,
    > Why is there a choice between build Solution & Rebuild Solution in the IDE.
    > what is the difference? When would you use one over the other?
    >
    > Many thanks for your thoughts
    > Ant.[/color]

    Comment

    • W.G. Ryan MVP

      #3
      Re: Build Vs. rebuild

      Rebuild recompiles the application irrespective of whether or not there have
      been changes made . Build will only build a new program if changes have
      been made.
      "Ant" <Ant@discussion s.microsoft.com > wrote in message
      news:5F481743-D6CB-4A23-BF59-C2FF180D71AB@mi crosoft.com...[color=blue]
      > Hello,
      > Why is there a choice between build Solution & Rebuild Solution in the
      > IDE.
      > what is the difference? When would you use one over the other?
      >
      > Many thanks for your thoughts
      > Ant.[/color]


      Comment

      • Jan Hyde

        #4
        Re: Build Vs. rebuild

        Ant <Ant@discussion s.microsoft.com >'s wild thoughts were
        released on Tue, 23 Aug 2005 20:29:04 -0700 bearing the
        following fruit:
        [color=blue]
        >Hello,
        >Why is there a choice between build Solution & Rebuild Solution in the IDE.
        >what is the difference? When would you use one over the other?
        >[/color]

        This is what the help has to say on the subject

        Choose Rebuild Solution to "clean" the solution first, and
        then build all project files and components.

        Note : "Cleaning" a solution or project deletes any
        intermediate and output files, leaving only the project and
        component files, from which new instances of the
        intermediate and output files can then be built.


        Jan Hyde (VB MVP)

        --
        Cow: A machine which makes grass fit for people to eat. (John McNulty)

        [Abolish the TV Licence - http://www.tvlicensing.biz/]

        Comment

        Working...