Why is my configuration manager disabled in Visual Studio 2010?

前端 未结 3 960
后悔当初
后悔当初 2020-12-13 23:52

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 o

相关标签:
3条回答
  • 2020-12-14 00:35

    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

    0 讨论(0)
  • 2020-12-14 00:36

    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.
    
    0 讨论(0)
  • 2020-12-14 00:56

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

    0 讨论(0)
提交回复
热议问题