分类: C/C++
2010-07-01 20:10:22
If you get an error message when you start debug in InterDev, this is might be the solution:
Go to `
directory.
Rename MDM.exe to OLD_MDM.exe
Rename PDM.dll to OLD_PDM.dll
Copy
c:\windows\system32\mdm.exe
c:\windows\system32\pdm.dll
to
C:/Program Files/Common Files/Microsoft Shared/VS7Debug
The reson for this problem is that Microsoft debug machine service points to C:/Program Files/Common Files/Microsoft Shared/VS7Debug/MDM.EXE, and there are might be a differense between versions in system32 and the files in directory above.