Reputation: 46460
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?
I don't want to have to go to the build menu and then debug. I want a single step.
This is VS 2008 SP1
Upvotes: 0
Views: 1168
Reputation: 1
in visual studio,go to tools,import and export settings,reset. hope this might help
Upvotes: 0
Reputation: 46460
I had to go into the properties for my solution and select the projects that I want to include during builds.
Upvotes: 2
Reputation: 17714
You can use CTRL+SHIFT+B for building before hitting F5. Thats not a single step, but it's not using the mouse.
But it sure seems strange that it does not compile first if there are changes. It use to do that here at my computer.
Upvotes: 0