|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
A Solution with Multiple ProjectsHi all
I am trying to add more than one project to a solution in .NET 2005 How can that be done? Thank you, Samuel Right-click on the solution in solution explorer (Visual Studio);
Add project... Show quote "Samuel Shulman" wrote: > Hi all > > I am trying to add more than one project to a solution in .NET 2005 > > How can that be done? > > Thank you, > Samuel > > > I can only view the Project node not the one of the solution
How can I make that visible? Samuel Show quote "kkarre" <kka***@discussions.microsoft.com> wrote in message news:BB251148-6923-4EDF-9EA9-A6933B14F0CC@microsoft.com... > Right-click on the solution in solution explorer (Visual Studio); > Add project... > > > "Samuel Shulman" wrote: > >> Hi all >> >> I am trying to add more than one project to a solution in .NET 2005 >> >> How can that be done? >> >> Thank you, >> Samuel >> >> >> On Tue, 12 Dec 2006 17:44:53 -0000, Samuel Shulman wrote:
> I can only view the Project node not the one of the solution Strange .... VS usually tries to create a solution when you open a project> > How can I make that visible? > Samuel > directly. Are you sure you're at the solution node (the topmost one)? If not, you can create a blank solution and then add your project to the blank solution It only allows me to create a new Project not a new solution
I can't figure out what is wrong here btw, the solution file is created but the node is now shown. Is it anything to do with the settings of VS? Samuel Show quote "Rad [Visual C# MVP]" <nospam@nospam.com> wrote in message news:14ra8s1f8uolc$.dlg@thinkersroom.com... > On Tue, 12 Dec 2006 17:44:53 -0000, Samuel Shulman wrote: > >> I can only view the Project node not the one of the solution >> >> How can I make that visible? >> Samuel >> > > Strange .... VS usually tries to create a solution when you open a project > directly. Are you sure you're at the solution node (the topmost one)? > > If not, you can create a blank solution and then add your project to the > blank solution > > > -- > Bits.Bytes > http://bytes.thinkersroom.com Found it!
It is in Tools/Options/Projects and Solution, the option Always show solution must be checked Thanks everyone, Samuel Show quote "Rad [Visual C# MVP]" <nospam@nospam.com> wrote in message news:14ra8s1f8uolc$.dlg@thinkersroom.com... > On Tue, 12 Dec 2006 17:44:53 -0000, Samuel Shulman wrote: > >> I can only view the Project node not the one of the solution >> >> How can I make that visible? >> Samuel >> > > Strange .... VS usually tries to create a solution when you open a project > directly. Are you sure you're at the solution node (the topmost one)? > > If not, you can create a blank solution and then add your project to the > blank solution > > > -- > Bits.Bytes > http://bytes.thinkersroom.com Yes and if you want to know how this happend you can read my blog post on
this: http://pointerx.net/blogs/glozano/archive/2006/06/25/Solution-not-showing-in-Visual-Studio-2005.aspx Basically it has to do with choosing the wrong Environment settigns when you first start Visual Studio 2005. Gabriel Lozano-Morán The .NET Aficionado http://www.pointerx.net Show quote "Samuel Shulman" <samuel.shul***@ntlworld.com> wrote in message news:e6bJbshHHHA.1784@TK2MSFTNGP06.phx.gbl... > Found it! > > It is in Tools/Options/Projects and Solution, the option Always show > solution must be checked > > > Thanks everyone, > Samuel > > "Rad [Visual C# MVP]" <nospam@nospam.com> wrote in message > news:14ra8s1f8uolc$.dlg@thinkersroom.com... >> On Tue, 12 Dec 2006 17:44:53 -0000, Samuel Shulman wrote: >> >>> I can only view the Project node not the one of the solution >>> >>> How can I make that visible? >>> Samuel >>> >> >> Strange .... VS usually tries to create a solution when you open a >> project >> directly. Are you sure you're at the solution node (the topmost one)? >> >> If not, you can create a blank solution and then add your project to the >> blank solution >> >> >> -- >> Bits.Bytes >> http://bytes.thinkersroom.com > > All I can guess is that you're looking at Class View, instead of
Solution Explorer. Samuel Shulman wrote: Show quote > Hi all > > I am trying to add more than one project to a solution in .NET 2005 > > How can that be done? > > Thank you, > Samuel Not that stupid!
Thanks anyway, Samuel PS see my other posting for the solution Show quote "JS" <jnospamster@gmail.com> wrote in message news:1165947515.642311.243260@73g2000cwn.googlegroups.com... > All I can guess is that you're looking at Class View, instead of > Solution Explorer. > > Samuel Shulman wrote: >> Hi all >> >> I am trying to add more than one project to a solution in .NET 2005 >> >> How can that be done? >> >> Thank you, >> Samuel > |
|||||||||||||||||||||||