show/hide this revision's text 2 added 35 characters in body

I have a solution that has a plain old asp.net website and a winforms app.

I have the winforms app set as my startup application.

When I press (CTRL+)F5, it just runs the app without building. So, my changes aren't built into the program.

What should I do to fix this?

EDIT

I don't want to have to go to the build menu and then debug. I want a single step.

EDIT 2

This is VS 2008 SP1

show/hide this revision's text 1

Visual Studio Debugging/Building

I have a solution that has a plain old asp.net website and a winforms app.

I have the winforms app set as my startup application.

When I press (CTRL+)F5, it just runs the app without building. So, my changes aren't built into the program.

What should I do to fix this?

EDIT

I don't want to have to go to the build menu and then debug. I want a single step.