Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I'm experiencing the following error each time I open up an instance of VS 2012, for about a week
(so it's not due to the yesterday's Update 4).

Error

Even if I click Yes, the error is shown again when I re-open Visual Studio.

Anyway, the VMWare debugger seems to be correctly loaded
(actually I don't use it, it came with VMWare workstation).

I can't isolate a single operation that caused the error to start appearing.

Anyone is experiencing the same error?

question from:https://stackoverflow.com/questions/20066957/vmdebugger-add-in-crashes-each-time-visual-studio-opens-up

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.1k views
Welcome To Ask or Share your Answers For Others

1 Answer

[Edit] See Attilas answer for a much easier solution producing the same result [/Edit]

For anyone who could not solve this problem by re-installing the VMWare plug-in but do not want to sacrifice all his VS settings, here is a solution that did work for me:

  • Export 'Menu and Command Bar Customizations' VS settings only using

    Tools => Import and Export Settings... => Export selected environment settings

    • Deselect 'All Settings'
    • Select only 'All Settings/General Settings/Menu and Command Bar Customizations'
  • Open exported .vssettings file in a text editor, scroll to the end and remove the entry <add_toolbar Menu=... Name='VMware' .../> in the UserCustomizations section

  • Import edited .vssettings file using

    Tools => Import and Export Settings... => Import selected environment settings

and restart Visual Studio to check if the error has gone.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...