Error : Unable to start debugging

G

Guest

Hi
When I try to run an asp.net project or windows application project in debug note, I get the following error messag

"Error while trying to run project: Unable to start debugging
The debugger is not properly installed, Run setup to install or repair the debugger

I tried both the approach, Uninstalling and installing the VS.Net again as well as the repair option. Still I am recieving the same error.

Please advise

Regards
Brijes
 
A

Andy Mortimer [MS]

You need to register "mscordbi.dll" manually by executing "regsvr32
mscordbi.dll"

Andy Mortimer [MS]
Please do not send email directly to this alias. This alias is for
newsgroup purposes only

This posting is provided "AS IS" with no warranties, and confers no rights.
OR if you wish to include a script sample in your post please add "Use of
included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm"
 
G

Guest

As stated, I tried to register the mscorlib.dll using regsvr32. However I was displayed the following error message:

"C:\WINNT\Microsoft.Net\Framework\v1.0.3705\mscorlib.dll was loaded, but the SllUnregisterServer entry point was not found"

Please advice

Regards,
Brijesh
 
A

Andy Mortimer [MS]

That certainly wasn't stated previously in this thread. How are you using
regsvr32. It's strange that it reports problems with DllUnregisterServer
when you should be trying to register it?

Andy Mortimer [MS]
Please do not send email directly to this alias. This alias is for
newsgroup purposes only

This posting is provided "AS IS" with no warranties, and confers no rights.
OR if you wish to include a script sample in your post please add "Use of
included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top