views:

312

answers:

1

I have tried this a few different ways and it always seems to fail.

  1. Create a new Blank Solution (my.solution.name). Then add a new ClassLibrary project (my.project.name) to the solution. This results in the solution explorer only showing my.project.name.

  2. Create a new ClassLibrary (my.project.name) which should have my.project.name solution and my.project.name project. I only see my.project.name project.

Without the solution level I'm unable to add any new projects to my solution. This seems to have just started today.

+1  A: 

If you added another project the solution will appear, so if its just one project in the solution you will not see the solution, but if more than one project attached to the same solution you will start seeing the solution.

You can add new project normally from file menu then select add to solution.

And i think this problem solved by SP1.

Amr ElGarhy
Excellent thanks. I don't remember having to do that in the past, but your answer works like a charm.
wes