Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Navigation bar gone since VS 11 install [closed]

I have a solution that I still run in VS 2010. After opening the solution in VS2010 after install of Visual Studio 11 I noticed that the navigation bar is missing.

The strange thing is that it is visible in some of the projects in the solution. This is indepedant of language. It seems like new projects always have a working navigation bar.

I tried to go into settings and uncheck and then go back and check navigation bar. Did not help.

Any ideas?

like image 306
serializer Avatar asked Feb 03 '12 15:02

serializer


2 Answers

Tools -> Options -> Text Editor -> [Your Language] and make sure the the "Navigation bar" checkbox is selected. MSDN

like image 66
kush Avatar answered Nov 14 '22 19:11

kush


This was resolved by rebuilding the project and re-opening the code window for that class.

like image 29
serializer Avatar answered Nov 14 '22 20:11

serializer