The navigation bar disappeared after installing VS 11

I have a solution that I'm still running in VS 2010. After opening the solution in VS2010, after installing Visual Studio 11, I noticed that the navigation bar was missing.

The strange thing is that this is visible in some projects in the solution. It is language independent. It seems that new projects always have a working navigation bar.

I tried to enter the settings and uncheck the box, and then go back and check the navigation bar. Did not help.

Any ideas?

+6
source share
2 answers

Tools β†’ Options β†’ Text Editor β†’ [Your Language] and make sure the "Navigation Bar" checkbox is selected. MSDN

+10
source

This was solved by restoring the project and reopening the code window for this class.

+5
source

Source: https://habr.com/ru/post/907586/


All Articles