-
2
- #1
I would like to send some info regarding Visual Studio 6.0 Interdev and Remote Debugging on XP Pro.
The error message when starting debug in Interdev
Application '' Failed to Launch
Cause:
Microsoft Debug Machine runs as a service.
The service points to C:/Program Files/Common Files/Microsoft Shared/VS7Debug/MDM.EXE
(*) I assume that this is the .NET debugger that installs with ????
Resolution:
With in the C:/Program Files/Common Files/Microsoft Shared/VS7Debug
directory.
Rename MDM.exe to OLD_MDM.exe
Rename PDM.dll to OLD_PDM.dll
then
Copy
c:\windows\system32\mdm.exe
c:\windows\system32\pdm.dll
to
C:/Program Files/Common Files/Microsoft Shared/VS7Debug
Visual Studio 6 will now start the correct version of the MDM which will allow you to debug ASP pages in Localmode.
I hope this helps!!
The error message when starting debug in Interdev
Application '' Failed to Launch
Cause:
Microsoft Debug Machine runs as a service.
The service points to C:/Program Files/Common Files/Microsoft Shared/VS7Debug/MDM.EXE
(*) I assume that this is the .NET debugger that installs with ????
Resolution:
With in the C:/Program Files/Common Files/Microsoft Shared/VS7Debug
directory.
Rename MDM.exe to OLD_MDM.exe
Rename PDM.dll to OLD_PDM.dll
then
Copy
c:\windows\system32\mdm.exe
c:\windows\system32\pdm.dll
to
C:/Program Files/Common Files/Microsoft Shared/VS7Debug
Visual Studio 6 will now start the correct version of the MDM which will allow you to debug ASP pages in Localmode.
I hope this helps!!