Visual Studio Debugging/Building -
I have a solution in which there is 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, then it runs without an app without a building. So, my changes are not made in the program.
What should I do to fix this?
Edit
I do not want to go to the Build menu and then debug it. I want a single step.
Edit
This is VS 2008 SP1
I had to go to the properties for my solution and to select projects I wanted to include during the build.
Comments
Post a Comment