Talk2Tom11 Posted January 11, 2007 Posted January 11, 2007 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. Quote
IngisKahn Posted January 11, 2007 Posted January 11, 2007 (edited) I would run setup to install or repair the debugger. :p Installing VS2k5 shouldn't affect it, but Office 2k3 does. 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 Edited January 11, 2007 by Nerseus Quote "Who is John Galt?"
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.