1
votes

I recently upgraded a WinForms project from VS2008 to VS2010, and now I can no longer launch the debugger in release mode. If I switch to the debug build I can, but not in release. If I press ctrl-F5 I can launch in release mode without the debugger.

I don't get any errors or anything. I'm guessing that something got messed up during the upgrade process, I'm just not sure what.

1
strange but I when you place a break point it is red and when you run do it get small orange triangle at its bottom? - Afnan Bashir
Yup, stays red, so it's resolving the symbols. And I never get an orange triangle. - Jonathan Beerhalter
strange.Sorry I have never been from such sitation - Afnan Bashir

1 Answers

1
votes

Open the Project Properties, select the Debug tab, and ensure the Configuration is set to Active (Release).

In this tab, ensure the Start Action is set to Start project.