I had the exact same error a couple of days ago when I installed VMware Workstation 6 beta version on Windows Vista. If you are experiencing the same, I have reported this bug.
In the meanwhile you can start Visual Studio without the add-in with Left Shift and then disable the add-in at startup, or just re-run the installer of VMware Workstation and remove the debugger extension.
What a coincidence, I just installed VMware Workstation 6 Beta. ;-)
You just saved me hours of troubleshooting. Most gracious thanks.
Excellent! I had the same problem and had completely forgotten about VM 6 beta installing that IDE support. Re-ran setup and removed the IDE support and everything is working much better!
Thanks!
Thanks very much - I owe you one for this, you just saved me hours of futzing around with my new vista install to try and figure out what it going on...
Cheers,
Martin.
The problem is the VMDebugger Addin in VS 2005. But you can't disable the startup in the Addin-Manager.
To hack it, use regedit to go to HKEY_LOCAL_MACHINE\Software\Microsoft
\VisualStudio\8.0\Addins\VMDebugger.Connect and set LoadBehaviour Dword value to 0 (instead of 1).
source: http://www.chrisdoesdev.com/
Now VS 2005 works fine.
Ahhh... I was so worried that it'd turn out to be some inherent issue with Vista. Thanks man! You saved me an OS reinstall!
-Joe
Thanks,
Adam Gross