I am using Visual Studio 2010 and trying to debug an embedded browser control in a VB 6 application. On Windows XP, I simply put a "debugger;" in my JavaScript, and the debugger loaded just fine. Now that I am using 64-bit Windows 7, that same debugger statement attempts to open VS 2010 for debugging, but I get the following error:
Unable to attach to the crashing process. The correct version of pdm.dll is not registered. Repair your Visual Studio 2010 installation, or run 'regsvr32.exe "%CommonProgramFiles%\Microsoft Shared\VS7Debug\pdm.dll"'.
I have opened a command prompt as an administrator and tried to register pdm.dll. I get the message box that says the registration was successful. But it still doesn't work. I've tried closing/reopening VS, re-installing VS, loading SP1 for VS. I'm out of ideas.
Any ideas on what I can try to resolve this?
Glenn