How to switch between debug and release in Visual C# 2010 Express?

Thiago de Arruda picture Thiago de Arruda · May 11, 2010 · Viewed 59.1k times · Source

How do I switch between debug and release in Visual C# 2010 Express?

I have looked in the project properties, but it seems to be missing. What am I missing?

Answer

gotopie picture gotopie · Jun 27, 2010
  1. Enable the ToolsSettingsExpert Settings menu option

  2. Go to ToolsOptions
    In the dialog box, check Show All Settings option in the bottom left.

  3. In the above dialog, now choose Projects and SolutionsGeneral.
    Check the option Show advanced build configurations.

  4. Click OK.

You should be able to see the Release/Debug options in the toolbar now.