Visual Studio 2010 new install missing search solution toolbar

无人久伴 提交于 2020-01-06 04:49:13

问题


Just reinstalled Visual Studio 2010 and the toolbar that lets me search the entire solution is missing and I cannot seem to find the toolbar option of which it is a member.

Any help would be appreciated.


回答1:


It's likely a settings issue which persisted across the reinstall. Try reseting your settings to the default and see if it fixes the problem.

Method 1

  • Tools -> Import / Export Settings
  • Reset All Settings
  • Pick your favorite profile

Method 2

From the Visual Studio command prompt type the following

devenv.exe /resetsettings




回答2:


My solution was to create a custom tool bar and add the find controls to it myself.



来源:https://stackoverflow.com/questions/5186123/visual-studio-2010-new-install-missing-search-solution-toolbar

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