Solution Folder Not Showing in Visual Studio 2010 - How Can I Make It Visible?

后端 未结 3 1847
天涯浪人
天涯浪人 2021-02-05 00:35

I created a new Blank Solution in Visual Studio 2010, then I did an Add New Project, and the Solution node no longer shows in the Solution Explorer.

Further, when I try

3条回答
  •  失恋的感觉
    2021-02-05 00:45

    You need to show the solution as follows:

    • Navigate to Tools | Options
    • Check the "Show all settings" checkbox in the bottom left of the Options dialog
    • Navigate to the "Projects and Solutions" | "General" section
    • Check the "Always show solution" checkbox

    Visual Studio 2010 Tools | Options Dialog Box

    The "Solution solution-name (n projects)" will now show, and you can highlight that node to Add New Project from there.


    Trivial Update: My VS 2010 is SP1Rel, and I am on Win7 Enterprise SP 1:

    Visual Studio 2010 SP1 Help/About Dialog, Detail

提交回复
热议问题