Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to make solution visible in solution explorer window of visual studio 2010 or visual studio 2012?

Tags:

i am using visual studio2010. i am facing a problem that when i create a new web project then visual studio makes project and don't show its solution in solution explorer. And the other thing is that i want to add a project with my existing web project how i can add it with this one, i just know to add another project by its solution right click. first please tell me how i can make solution visible for my existing projects that i made before and for other projects that i will create. here i attach an image when i create a new project and i an example for another project where solution has shown

like image 537
Aqeel Avatar asked Feb 07 '12 08:02

Aqeel


2 Answers

you can make the solution always show by Options dialog enter image description here

like image 121
谢圣鑫 Avatar answered Sep 19 '22 07:09

谢圣鑫


Essentially you should follow this link to create a new solution:

http://msdn.microsoft.com/en-us/library/zfzh36t7.aspx

It also tells you how to add existing projects to new solutions is well. There really isn't that much to it.

Your issue isn't you cannot see the solution. It is that you have created a project only and not a solution. So I would create a new solution and then add existing projects to it.

Also as mentioned by @Devjosh in the comments when creating a new project you can say create new solution with the checkbox.

like image 28
Anicho Avatar answered Sep 22 '22 07:09

Anicho