Can't Debug!!!!

Talk2Tom11

Centurion
Joined
Feb 22, 2004
Messages
144
Location
Westchester, NY
I am trying to debug a project in Visual Basic .NET 2003. This has worked before. I recently installed Visual Studio 2005. That one works fine.

But now when i go to debug an project in 2003 i get this error message.

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

If anyone can help it would be much appreciated.
 
I would run setup to install or repair the debugger. :p

Installing VS2k5 shouldn't affect it, but Office 2k3 does.

Bradley Jiang MSFT said:
1. Replace the following files with their equivalents from the Visual
Studio .NET
installation media:


Program Files\Common Files\Microsoft Shared\VS7Debug\coloader.dll
Program Files\Common Files\Microsoft Shared\VS7Debug\csm.dll
Program Files\Common Files\Microsoft Shared\VS7Debug\msdbg2.dll
Program Files\Common Files\Microsoft Shared\VS7Debug\pdm.dll
Program Files\Common Files\Microsoft Shared\VS7Debug\vs7jit.exe
Program Files\Common Files\Microsoft Shared\VS7Debug\mdm.exe


2. Register each DLL above with regsvr32.EXE, e.g:


regsvr32 "ProgramFiles\Common Files\Microsoft Shared\VS7Debug\coloader.dll"


3. Re-register each executable, e.g:


"Program Files\Common Files\Microsoft Shared\VS7Debug\vs7jit" /regserver
"Program Files\Common Files\Microsoft Shared\VS7Debug\mdm.exe" /regserver
 
Last edited by a moderator:
Back
Top