Call Us On +44 (0)7939092349

What we do...

Kbuilt is a Glasgow based company providing bespoke online business applications. Key to our systems is a clear and clean interface. We produce applications that are intuitive to use allowing your staff to get on with working with your customers, instead of fighting the software. We will host, maintain and secure your application. So all you need to do is use it.

IE10 UnAttaching the Script debugger VS2010

Posted on 19-Jun-2013

Attaching the Script debugger to process iexplore.exe failed" message after upgrading to Internet Explorer 10

"Attaching the Script debugger to process [####] iexplore.exe failed.  Another debugger may already be attached to the process."

 http://development.thatoneplace.net/2013/04/solved-attaching-script-debugger-to.html

That was annoying, thanks for that.

 

 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"