A Solution with Multiple Projects

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

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
 
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
 
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
 
Found it!

It is in Tools/Options/Projects and Solution, the option Always show
solution must be checked


Thanks everyone,
Samuel
 
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

Samuel Shulman said:
Found it!

It is in Tools/Options/Projects and Solution, the option Always show
solution must be checked


Thanks everyone,
Samuel
 
Back
Top