Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3358288
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T02:44:05+00:00 2026-05-18T02:44:05+00:00

Just to make it more clear for me, I would like to ask you

  • 0

Just to make it more clear for me, I would like to ask you guys the correct condition(s) to have your

project or solution Rebuild instead of build in Visual Studio?

If I rephrase it: Why the MS needed to create “Re-build ALL” option in Visual Studio? What was their main motive to do that?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T02:44:05+00:00Added an answer on May 18, 2026 at 2:44 am

    DRY : Rebuild = Clean + Build for each project in turn.

    Build does not delete the previous builds outputs.
    Rebuild does delete them and build again (one project at a time if you are in a solution : delete proj1\bin\Debug, build proj1, delete proj2\bin\Debug …).

    The main case when I do a rebuild (or a clean build) is when I need to update my solution third dependencies. Let’s see the following folder tree :

        SOLUTION
          |__Dependencies
          |__PROJ_1
             |__bin
             |__obj
             |__(code)
          |__PROJ_2
             |__bin
             |__obj
             |__(code)
    

    If I change my dlls in Dependencies and don’t do a rebuild, VS (and MsBuild) would still use the previous dll version that is in PROJ_N\bin\Debug (or in bin\Release), because of the Dependency lookup order (see http://www.beefycode.com/post/Resolving-Binary-References-in-MSBuild.aspx) :

    1. Files from current project – indicated by {CandidateAssemblyFiles}
    2. $(ReferencePath) – the reference path property, which comes from the .USER file.
    3. The hintpath from the referenced item itself, indicated by {HintPathFromItem}.
      …

    The dll in bin folder goes in the the first lookup case, the dll in Dependencies folder comes in the second case…

    In such a case I would do a clean (Debug), clean (Release) and then a build to eradicate all previous version in the bin folder. I’m maybe a bit overkill and a rebuild may be enough but I’m not sure because the dlls are in the Debug and in the Release folders…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just to make this clear, I have looked at the other questions on this
I have to edit my question just to make it clear. What I need
I have to write my own hash function. If I wanted to just make
EDIT: Just to make things clear, this problem was caused by a typo in
Just learned about sigacation, also implemented another timer to make it more interesting. #include
For my own benefit and possibly for educational use, I would like to make
I would like to ask one interested (for me) question. What collection is the
So I have, what would seem like a common question that I can't seem
I know I could just make all the Mix_Musics public, and not worry about
I'm using the following code to just make a single UILabel on my cell.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.