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

ぐ巨炮叔叔 提交于 2020-01-12 06:35:13

问题


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.


回答1:


you can make the solution always show by Options dialog




回答2:


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.



来源:https://stackoverflow.com/questions/9173359/how-to-make-solution-visible-in-solution-explorer-window-of-visual-studio-2010-o

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!