views:

105

answers:

4

Hi All,

I want to know how we can add projects in single solution file.

When I create the solution and try to add projects in it, the solution file is not visible.

How can I add projects/websites to the solution file?

+3  A: 

File => New ... works for me.

tvanfosson
I have tried the same way my solution file is added but when i ma adding the projects in it the solution file is not in Solution explorer,now it shows the project i have add in the solutionfile
Vijjendra
Have you tried right-click on the solution and Add Project?
tvanfosson
A: 

Reset your VS settings.

Tools => Import and Export Settings...

Choose 'General Development Settings' from settings collection.

Mehdi Golchin
A: 

File -> add -> new website

amr osama
+1  A: 

"Tools" menu -> "Options" dialog -> "Projects and Solutions" tree node -> "General" tree node -> "Always show solution" checkbox. Make sure it's ticked.

Christian Hayter