Groups | Blog | Home
all groups > visual studio .net debugging > may 2005 >

visual studio .net debugging : Unable to start debugging - No such interface supported


Thomas Richter
5/31/2005 12:00:00 AM
Hi,
I have created a vb project and can compile it.
But if I try to debug it it, I got:
"Schnittstelle nicht unterstützt" aka "No such interface supported"
The service Machine Debug Manager runs the mdm.exe is present.
If I run the exe I can't attach the debugger manully the the process.
I tried to re-register:
regsvr32 /i "C:\Programme\Gemeinsame Dateien\Microsoft Shared\VS7Debug\pdm.dll"
regsvr32 /i "C:\Programme\Gemeinsame Dateien\Microsoft Shared\VS7Debug\msdbg2.dll"
regsvr32 /i "C:\Programme\Gemeinsame Dateien\Microsoft Shared\VSA\7.1\VsaEnv\Packages\Debugger\sdm2.dll"
regsvr32 /i "C:\Programme\Microsoft Visual Studio .NET 2003\Common7\Packages\Debugger\sdm2.dll"
regsvr32 /i "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscordbi.dll"
regsvr32 /i "C:\WINDOWS\system32\Browseui.dll"
regsvr32 /i "C:\WINDOWS\system32\actxprxy.dll"
regsvr32 /i "C:\WINDOWS\system32\mshtml.dll"
regsvr32 /i "C:\WINDOWS\system32\oleaut32.dll"
regsvr32 /i "C:\WINDOWS\system32\shdocvw.dll"
regsvr32 /i "C:\WINDOWS\system32\shell32.dll"
regsvr32 /i "C:\WINDOWS\system32\urlmon.dll"
but with the dll from VS I got:
'sdm2.dll wurde geladen, aber DllInstall-Einstiegspunkt wurde nicht gefunden'
translated: was loaded, but DllInstall entry point not found ...

Environment:
- MS Windows XP Home SP2
- MS VS 2003 Pro
- MS Office Basic 2003
all installed and now removed every thing with .net
- MS Platform SDK (Windows XP SP2) (2600.2180)
still installed
- SharpDevelop from www.icsharpcode.net
now removed
- after that 'repair'ed the VS installation

mfg Thomas Richter

--
Thomas Richter 'Codito ergo sum' Diplominformatiker Softwareentwickler
tr@ariva.de http://www.ariva.de
+(49) 0431/97108-27
Oleg Starodumov
5/31/2005 12:00:00 AM

Have you also tried "mdm /regserver"?

Regards,
Oleg
[VC++ MVP]


Thomas Richter
5/31/2005 12:00:00 AM
[quoted text, click to view]
Now. But if I want to start debug I got once 'couldn't not start server'
and then again No such interface supported.

mfg Thomas Richter

--
Thomas Richter 'Codito ergo sum' Diplominformatiker Softwareentwickler
tr@ariva.de http://www.ariva.de
+(49) 0431/97108-27
Thomas Richter
6/2/2005 12:03:21 PM
It would be very nice if I could debug ...

mfg Thomas Richter

--
Thomas Richter 'Codito ergo sum' Diplominformatiker Softwareentwickler
tr@ariva.de http://www.ariva.de
+(49) 0431/97108-27
Giancarlo
8/24/2005 2:00:01 PM
I am having the same problem, I'm running asp.net 2.0.5... and when I
register mscordbi.dll (regsvr32.exe mscordbi.dll) it tells me the
DllRegisterServer entry point was not found. Your error sounds similar to
mine, did you find an answer?
Thanks!

[quoted text, click to view]
AddThis Social Bookmark Button