Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is my configuration manager disabled in Visual Studio 2010?

I just started working on a new project and I can't set the build action to Debug/Release. This is a huge problem!

I have another solution on my system that, when opened, allows me to change the solution configuration. So it must have something to do with this specific solution?

like image 229
Matt H. Avatar asked Jun 19 '10 03:06

Matt H.


People also ask

How do I access the Configuration Manager in Visual Studio?

The project configuration determines what build settings and compiler options are used when you build the project. To create, select, modify, or delete a configuration, you can use the Configuration Manager. To open it, on the menu bar, choose Build > Configuration Manager, or just type Configuration in the search box.

Where is the solution configuration in Visual Studio?

The standard Visual Studio toolbar contains a Start button and a solution configuration drop-down to the right of the Start button. This list allows users to choose the configuration to be started when F5 is pressed, create their own solution configurations, or edit an existing configuration.

How do I release config in Visual Studio?

In Solution Explorer, right-click the project and choose Properties. In the side pane, choose Build (or Compile in Visual Basic). In the Configuration list at the top, choose Debug or Release.


2 Answers

(from http://www.gregcons.com/KateBlog/HowDoIMakeADebugBuild.aspx, which includes screenshots)

bring up Tools, Options, and go to the General section under Projects and Solutions. Find "Show advanced build configurations" and check it.

like image 152
Kate Gregory Avatar answered Oct 06 '22 19:10

Kate Gregory


The right solution is to:

  1. Tools, Options
  2. Click General section under Projects and Solutions.
  3. Check Show advanced build configurations.

You should see the solution configuration drop-down will be enabled

like image 24
Beruk Berhane Avatar answered Oct 06 '22 20:10

Beruk Berhane