Link to home
Start Free TrialLog in
Avatar of regsamp
regsamp

asked on

Visual Studios cannot start debugging

In Visual Studios.net 2002, we compile our project with no errors but when we start the project with debugging, we get the the error message "Error while trying to run project: Unable to start debugging on the web server.  The COM+ registry database detected a system error.  Would you like to disable future attempts to debug ASP.NET pages for this project?  We could debug the program and any other program we had yesterday, with no issues.  
Avatar of Brian Mulder
Brian Mulder
Flag of Netherlands image

Hello regsamp,

you could have a look at this PAQ, it contains a few ways that helped people solve this problem which is configuration issue in IIS

hope this helps a bit
bruintje
Avatar of regsamp
regsamp

ASKER

I tried the steps in the suggested link and it got a little further but the errror message is now "Auto-attach to process ' [5252] aspnet_wp.exe' on machine 'Smith' failed.  Error code 0x8013134b.  
ASKER CERTIFIED SOLUTION
Avatar of hes
hes
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of regsamp

ASKER

hes, followed the link and ran %systemroot%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i and still get the error.  
Avatar of regsamp

ASKER

hes, followed the link steps a little different, retried and it worked, thanks.