VS.net Debugger doesn't work anymore since I installed Office 2003

R

Rvo

Hi all,

I used to have Visual Studio.net (version 2002) on my PC and it was working
just fine, then I installed Word 2003 and after that I could no longer debug
applications in VS.net I always got the following error message: "Error whle
trying to run project: Unable to start debugging. The debugger is not
properly installed. Run setup to install or repair the debugger."
Next I tried to install VS.net v2003 (had to upgrade anyway) but the error
still occurred. Even afer uninstalling both versions of VS and then only
installing VS.net v 2003 the error is still present.

Does anyone have an idea how I can get around this problem?

Thanks in advance.

Romain Voes
 
A

Ayende Rahien

Probably the machine debugger service is disabled.
Go to task manager and see if you've a mdm.exe process running, if not, that
is your problem.
Go to services and set Machine debugger (or something like this) to manual
(or automatic, I use it this way.) and it would work
 

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