Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Posted (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 by Nerseus
"Who is John Galt?"

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...