Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
924 views
in Technique[技术] by (71.8m points)

vmware - VMDebugger add-in crashes each time Visual Studio opens up

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

[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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...