views:

393

answers:

3

I just started working on a new project, and I can't sent 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???

A: 

From a Google search

Tools | Customize from the menu.

In the Build section, drag the "Solution  Configuration" item from the list
on the right to the build toolbar.  You might also want to drag the "Platform
Configuration" item as well. The Configuration Manager itself is available
from the drop-down list of either of those controls.  Also check
Tools|Customize|Toolbars to make sure that the Build toolbar is visible.
overslacked
Configuration manager is just outright Disabled for this project. I even added "Configuration Manager" to the top menu bar --> It appears Greyed-out. ???
Matt H.
+5  A: 

(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.

Kate Gregory
Thank you!!! I never would have figured that out :)
Matt H.
Indeed. A total discoverability fail. And I blogged that three years ago :-)
Kate Gregory
I've been down this road before and I still had to google it to figure it out. Very frustrating. Thanks.
locster
A: 

Does the project file (.csproj, .fsproj, .vbproj, ...) have Debug/Release configurations defined?

Brian