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

  • Home
  • SEARCH
  • 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 7642345
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T09:09:59+00:00 2026-05-31T09:09:59+00:00

I have a large-ish Visual Studio 2010 solution (~110 C# projects). One project (let’s

  • 0

I have a large-ish Visual Studio 2010 solution (~110 C# projects). One project (let’s call it ‘A’) is a console application that has about 6 dependencies on other projects and some 3rd party assemblies.

If I build project ‘A’ it builds the dependencies as expected.

If I right-click on project ‘A’ and choose Debug | Start new instance, it first builds the project, and then proceeds to build a whole lot of other projects too. Watching the Output window, it’s like it keeps restarting the build process for each of these other project and their dependencies.

The problem is that the original project ‘A’ does not depend on these other projects (directly or indirectly) that Visual Studio is building before starting the debugger.

This means that it takes ages before the debugger is launched.

I have customised the .csproj files in some of the other projects but have not customised the ‘A’ project.

Command-line builds via msbuild all behave normally.

What would be causing Visual Studio to do this?

  • 1 1 Answer
  • 1 View
  • 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-31T09:10:00+00:00Added an answer on May 31, 2026 at 9:10 am

    This is caused due to MSBuild’s reference-chain. Project A depends on Project B which depends on Project C, on so on.

    You have couple of options:

    1. By default new reference made in the current solution marked with Copy Local=true. This process is one of the most time consuming during the build. Sometimes it makes sense to have only the topmost projects (.exe files) with the copy local property as lib projects don’t get run from their own output folder anyways.

    2. In the solution Properties -> Configuration Properties – by default each project is marked for build. You can uncheck unrelated projects from the build. This setting will be saved in the .sln file so just make sure you don’t check-in this modification – this may fail your CI builds.

    EDIT:

    • To further analyze the build process, increase MSBuild verbosity: Tools > Options > Projects and Solutions > Build and Run > MSBuild project build output verbosity and set to Detailed or Diagnostic. This will help you in tracing build outputs nuances.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a large-ish project that contains one class that reads from a file
I have a large-ish solution, with C# and VB.NET projects mixed. Whenever I try
I have a large-ish PHP project (hundreds of files) that I've been brought in
I have several large projects that I work on. Depending on the project and
We have a large-ish query here that has several params, and for each one,
I have a large-ish web project which is migrating from classic ASP to ASP.NET
I have a large(ish) COM object that works as the back end of my
I have a table with a large(ish) amount of rows 500k, MSSQL Server 2008.
I've just gone thru a large-ish project and renamed A LOT of namespace directives.
I have a large (-ish) GLES2 game implemented for Nokia Harmattan platform on C++.

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.