up vote 0 down vote favorite
share [g+] share [fb]

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

link|improve this question

feedback

4 Answers

up vote 2 down vote accepted

I had to go into the properties for my solution and select the projects that I want to include during builds.

link|improve this answer
ah. that makes sense. good to know it is solved :) – asgerhallas Apr 27 '09 at 18:36
feedback

Build->Build Solution (press F6)

For direct debugging (press F5)

link|improve this answer
That doesn't start the program. It just builds the source. – Ronnie Overby Apr 27 '09 at 18:25
try pressing F5 – aJ. Apr 27 '09 at 18:28
Same thing as before – Ronnie Overby Apr 27 '09 at 18:29
feedback

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.

link|improve this answer
feedback

in visual studio,go to tools,import and export settings,reset. hope this might help

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.