VS2008 - 'Set as startup project' setting dissapearing.
        Posted  
        
            by UpTheCreek
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by UpTheCreek
        
        
        
        Published on 2010-05-16T15:40:07Z
        Indexed on 
            2010/05/16
            15:50 UTC
        
        
        Read the original article
        Hit count: 251
        
visual-studio-2008
|visual-studio
I have a solution with a bunch of projects in it. The 'startup' project is a ASP.NET MVC Web Application.
I set as the startup project (by right clicking on it in Solution Explorer and selecting 'set as startup project'. The project title goes bold and everything works fine for a while.
Then I will be editing one of the supporting projects, and come to click the 'Start Debugging' button, and bang - the 'project of this type cant be started' message.
I then check, and the web project is no longer set as the startup project. And so on....
Anyone know why this is happening?
© Stack Overflow or respective owner