Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does Visual Studio duplicate my menus and buttons? Persists after reinstall and profile wipe

Why does Visual Studio duplicate my menus and buttons? This persists after reinstall and profile wipe. If I do /resetsettings it will work, but next time i load will have the same issue.

Visual Studio

like image 520
user922412 Avatar asked Aug 31 '11 20:08

user922412


People also ask

In which ways can you customize toolbars and menus in Visual Studio?

On the menu bar, choose Tools > Customize. The Customize dialog box opens. On the Toolbar tab, perform one of the following sets of steps: To add a toolbar, choose the New button, specify a name for the toolbar that you want to add, and then choose the OK button.

What is menu bar in Visual Studio?

In this article This walkthrough shows how to add a menu to the menu bar of the Visual Studio integrated development environment (IDE). The IDE menu bar contains menu categories such as File, Edit, View, Window, and Help.

What is menu bar in Visual Basic?

The menu bar's purpose is to supply a common housing for window- or application-specific menus which provide access to such functions as opening files, interacting with an application, or displaying help documentation or manuals.


2 Answers

This worked for me

devenv.exe /resetuserdata

like image 56
Anthony Main Avatar answered Oct 18 '22 13:10

Anthony Main


Do the following:

  • Shut down all instances of Visual Studio 2005
  • Click Start, then choose Run....
  • Type "devenv.exe /resetuserdata".
like image 35
Lina T Avatar answered Oct 18 '22 13:10

Lina T