Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am unable to create an empty solution in Visual Studio. The msdn documentation says this is possible but fails to mention how. (Where I have looked, anyway..)

share|improve this question

3 Answers

up vote 36 down vote accepted

File --> New Project

Under Projects Type, Select 'Other Project Types' --> Visual Studio Solutions

You should see it on the right!

Take a look here

share|improve this answer
1  
Thanks! In VS 2010 it's the same BTW. – user599406 Feb 2 '11 at 19:29
The solution is created in its own subdirectory., i. e. in D:\Users\Nick\Documents\Visual Studio 2008\Projects\Solution1\Solution1.sln – nalply Apr 17 '12 at 12:05

New project > Other > Visual Studio Solutions > Empty Solution

share|improve this answer

well to me

create a new project... then create another project and add it to the first one (do not create a second one) only after doing this I were able to see the the solution icon and the text 'Solution 'xxxxxx' (2 projects)'...

share|improve this answer

protected by Community Nov 17 '11 at 22:05

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.