Navigation bar gone since VS 11 install [closed]

痞子三分冷 提交于 2019-12-23 09:06:01

问题


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?


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/9131507/navigation-bar-gone-since-vs-11-install

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