简体   繁体   中英

Visual Studio 2008 - Toolbar missing 'Release' / 'Debug' dropdown build configuration

how to enable the dropdown that shows build mode 'release/debug' ? I have set the 'show advanced build configuration' option. I added the 'configuration manager' to the build toolbar but in previous versions we could do this by using the drop-down control.

TIA

The easiest way to fix this is to reset your settings to the General or C# profile.

Tools -> Import / Export Settings

The VB profile will hide this toolbar by default

将“解决方案配置”选项添加到构建工具栏,该选项应该为您提供下拉列表。

To add the Solution Configuration onto your Toolbar, try the following:

View|Toolbars|Customize, then select the Commands tab, select the Build category and drag the Solution Configuration and drop it onto your toolbar

  1. Before going to next steps, try the tip from the first response below. This should solve the problem in most cases. If not, continue with the following steps.
  2. Go to menu Tools - Customize… (or right-click on any toolbar and Customize…)
  3. Switch to Commands tab.
  4. Select Build under Categories.
  5. Select Solution Configurations under Commands.
  6. Drag and drop it on the toolbar where you wish this drop down list to appear.

Hope Sure this will helps you.

I too was facing this issue but I've found a solution:

Tools->Import/Export settings -> select the C# setting and General settings.

I am able to see the Debug/Release drop-down.

To add the Solution Configuration onto your Toolbar, try the following:

View|Toolbars|Customize, then select the Commands tab, select the Build category and drag the Solution Configuration and drop it onto your toolbar

It's in Tools\\Options\\Projects and Solutions. Select the Show advanced build configurations checkbox and click OK.

如果使用VS2010,请打开专家设置(工具 - >设置 - >专家设置)。

I'm currently programming in C++ with VS 2008 and had the problem of not being able to find the Configuration selection drop-down. The solution given by JayV worked for me. Cheers.

This can happen when you start a new web site by going to File > New > New Web Site. When what you really want is File > New Project > Then in new window click ASP.Net website.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM