| Subject: How to stop VS from changing the start project? |
| Group: microsoft.public.vstudio.general |
| Date: 9/5/2008 11:27:15 AM |
| From: nospam@nospam.sss (John Dalberg) |
I have a solution with a web project and some class projects. Every time I make a change to a class in a none web project, VS's start project to that project and when I run the app, I get the message that the app can't start from a class project. Why doesn't VS 2008 SP1 stick to the start project I set instead of thinking the project I am editing is the start project? |
| Back |
| Subject: Re: How to stop VS from changing the start project? |
| Group: microsoft.public.vstudio.general |
| Date: 9/6/2008 6:58:31 AM |
| From: "Serge Wautier" [Email Address Protection] |
Right-click the solution node -> Properties -> common properties -> startup project -> Change from 'Current Selection' to 'Single Startup Project'. HTH, Serge. http://www.apptranslator.com - Localization tool for your C++ applications "John Dalberg" <nospam@nospam.sss> wrote in message news:20080905142716.966$vS@newsreader.com... >I have a solution with a web project and some class projects. Every time I > make a change to a class in a none web project, VS's start project to that > project and when I run the app, I get the message that the app can't start > from a class project. > > Why doesn't VS 2008 SP1 stick to the start project I set instead of > thinking the project I am editing is the start project? |
| Back |