
 Rank: Guest Groups: Guest
Joined: 9/17/2007 Posts: 11,670 Points: -1,200
|
Date parsed: 24/04/2008 07:52:42 Date: Thu, 24 Apr 2008 14:52:42 -0700 (PDT)
I have this issue that I just noticed in the VS 2005 IDE.
When I create a new solutions, either Windows Forms or Class Library (and possibly others) VS creates the SLN and PROJ files, and loads up the project but sometimes I only see the project loaded in the solution explorer. Normally one sees the solution with each project you have underneath the solution.
This works - or was working.
When I click on "Create..." from the VS start page, or the file menu, and choose "Project" and pick Windows Forms or Class Library, choose the location etc, I just get the project showing up in the solution explorer.
If I close the project, navigate to it's location on disk, and open the SLN file, not the PROJ file, it loads the PROJ file. This happens on at least one other machine with some regularity. I've opened the SLN files with notepad and looked in them for any hint- which was kind of a waste of time since there was not anything obvious to me when I compared a *bad* SLN file to a *good* one.
I've also tried creating blank solutions and adding exising projects to them. What happens is that once I have the named solution open, the solution explorer displays the SLN and it's icon. Then I can add an existing project, and it loads, but it replaces the solution with the project. The project doesn't exist under the solution.
Does this make any sense? Could this be a service pack issue?
|

 Rank: Guest Groups: Guest
Joined: 9/17/2007 Posts: 11,670 Points: -1,200
|
Date parsed: 24/04/2008 09:33:01 Date: Thu, 24 Apr 2008 16:33:01 -0700
If you add another project (menu File->Add->New[Existing] Project...), the Solution will show. That is, if there is more than 1 project, Solution will show. If you want the Solution node always show, go to menu Tools->Options...->Environmet->Project and Solutions, then CHECK "Always show solution".
"raz230" <raz230@gmail.com> wrote in message news:66fab6ac-8db8-43d7-9886-44a570416ee6@y38g2000hsy.googlegroups.com... >I have this issue that I just noticed in the VS 2005 IDE. > > When I create a new solutions, either Windows Forms or Class Library > (and possibly others) VS creates the SLN and PROJ files, and loads up > the project but sometimes I only see the project loaded in the > solution explorer. Normally one sees the solution with each project > you have underneath the solution. > > This works - or was working. > > When I click on "Create..." from the VS start page, or the file menu, > and choose "Project" and pick Windows Forms or Class Library, choose > the location etc, I just get the project showing up in the solution > explorer. > > If I close the project, navigate to it's location on disk, and open > the SLN file, not the PROJ file, it loads the PROJ file. This > happens on at least one other machine with some regularity. I've > opened the SLN files with notepad and looked in them for any hint- > which was kind of a waste of time since there was not anything obvious > to me when I compared a *bad* SLN file to a *good* one. > > I've also tried creating blank solutions and adding exising projects > to them. What happens is that once I have the named solution open, > the solution explorer displays the SLN and it's icon. Then I can add > an existing project, and it loads, but it replaces the solution with > the project. The project doesn't exist under the solution. > > Does this make any sense? Could this be a service pack issue? >
|