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

后端 未结 3 1844
天涯浪人
天涯浪人 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

    0 讨论(0)
  • 2021-02-05 00:47

    Tools, Options, Projects and Solutions, check "Always show solution"

    Tools, Options, Projects and Solutions, check "Always show solution"

    Trivial update:

    I'm on Visual Studio 2010, Ultimate edition. Windows 2008 R2, Enterprise edition, SP1. My guess the difference between @arrocharGeek screenshot and mine is I turn off all the vista/win7/2008r2 eye candy to make it look "normal." About dialog box

    0 讨论(0)
  • 2021-02-05 00:49

    In order to view Solution explorer. Go to View > Solution explorer.

    Or press Ctrl+Alt+L.

    And solution window will appear.

    0 讨论(0)
提交回复
热议问题