Visual Studio: Configuration Manager missing

99封情书 提交于 2019-11-30 00:48:31

问题


I'm using Microsoft Visual Studio Team System 2008 Team Suite.

The "Configuration Manager" menu item is missing for me. I've assigned a keyboard shortcut to the Configuration Manager, but it doesn't have any effect (actually, it produces a "ding" sound).

How do I get the Configuration Manager to work for all projects?


回答1:


The answer is: Make sure the following option is checked:

Tools ⇒ Options ⇒ Projects and Solutions ⇒ General ⇒ "Show advanced build configurations".




回答2:


Visual Studio 2008 will only show the Configuration Manager if the solution node is visible in Solution Explorer. If you only have a single project, the solution will not show hence you can't see the Configuration Manager.

To solve this, make sure the following option is checked (in addition to Timwi's answer): menu Tools -> Options -> Projects and Solutions -> General -> Always Show Solution



来源:https://stackoverflow.com/questions/1460459/visual-studio-configuration-manager-missing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!