"Attaching the Script debugger to process [####] iexplore.exe failed. Another debugger may already be attached to the process."
The fix:
- Close all instances of Internet Explorer. (I will add you can leave Visual Studio open)
- Run a command prompt as Administrator and paste this little gem into the command line:
regsvr32.exe "%ProgramFiles(x86)%\Common Files\Microsoft Shared\VS7Debug\msdbg2.dll"
Reference Link
No comments:
Post a Comment