Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Attaching the Script debugger to process '[XXXX] IEXPLORE.EXE' on machine 'NAME' failed

Few days ago I started getting the following error when I try to run/debug my web application using F5 in Visual Studio 2008:

Attaching the Script debugger to process '[XXXX] IEXPLORE.EXE' on machine 'NAME' failed. The process does not have sufficient privileges to be debugged.

I am using Visual Studio 2008, IE8 and Visual Studio Development Server(as my web server)

I did look around and couldn't find much on the web!!

like image 910
Houda Avatar asked Dec 23 '22 01:12

Houda


1 Answers

I had the same problem, run this command fixed my problem:

regsvr32.exe "%ProgramFiles(x86)%\Common Files\Microsoft Shared\VS7Debug\msdbg2.dll"

the key point of running this must start Command Prompt under 'Run as administrartor'

like image 135
www.diwatu.com Avatar answered May 23 '23 02:05

www.diwatu.com