Visual Studio Debugging/Building - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T18:21:11Z http://stackoverflow.com/feeds/question/794640 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/794640/visual-studio-debugging-building 0 Visual Studio Debugging/Building Ronnie Overby 2009-04-27T18:19:23Z 2009-04-27T18:33:39Z <p>I have a solution that has a plain old asp.net website and a winforms app.</p> <p>I have the winforms app set as my startup application.</p> <p>When I press (CTRL+)F5, it just runs the app without building. So, my changes aren't built into the program.</p> <p>What should I do to fix this?</p> <h2>EDIT</h2> <p>I don't want to have to go to the build menu and then debug. I want a single step.</p> <h2>EDIT 2</h2> <p>This is VS 2008 SP1</p> http://stackoverflow.com/questions/794640/visual-studio-debugging-building/794658#794658 0 Answer by aJ for Visual Studio Debugging/Building aJ 2009-04-27T18:23:02Z 2009-04-27T18:23:02Z <p>Build->Build Solution (press F6)</p> <p>For direct debugging (press F5)</p> http://stackoverflow.com/questions/794640/visual-studio-debugging-building/794667#794667 0 Answer by asgerhallas for Visual Studio Debugging/Building asgerhallas 2009-04-27T18:26:06Z 2009-04-27T18:26:06Z <p>You can use CTRL+SHIFT+B for building before hitting F5. Thats not a single step, but it's not using the mouse.</p> <p>But it sure seems strange that it does not compile first if there are changes. It use to do that here at my computer.</p> http://stackoverflow.com/questions/794640/visual-studio-debugging-building/794705#794705 2 Answer by Ronnie Overby for Visual Studio Debugging/Building Ronnie Overby 2009-04-27T18:33:39Z 2009-04-27T18:33:39Z <p>I had to go into the properties for my solution and select the projects that I want to include during builds.</p>