PRB: Error "No Such Interface Supported" in Visual InterDev (246896)
The information in this article applies to:
- Microsoft Visual InterDev 6.0
This article was previously published under Q246896 SYMPTOMS
When you select Add Data Connection or Add Data Command in Visual InterDev, you may see the following error message:
Title: Microsoft Development Environment
Text: "No such interface supported"
System Error &H80004002 (-2147467262)
No Such Interface Supported
CAUSE
The error message is generic and has several causes. They are listed in the "Resolution" section of this article from most common to least common. Step 1 resolves most cases. Ensure that all Visual Studio products are first closed.
RESOLUTION- Re-register the required files:
Program files\Common files\Microsoft shared\Vs98\Vshelp.dll | (Visual Studio Help) | Program files\Common files\Designer\Msde.dll | (DE design-time) | Program files\Common files\Designer\Msderun.dll | (DE runtime-time. Register on Web server as well) | Visual studio\Common\Ide\Ide98\Viddbpkg.dll | (DataProject/DataView - a.k.a. connection manager) | Visual studio\VIntDev98\Bin\Vidisws.dll | (WebProject) |
To register a file, click Start, click Run, and then type the following text:
regsvr32 "<full path to dll>"
For example:
regsvr32 "c:\program files\visual studio\common\ide\ide98\viddbpkg.dll"
- Regenerate the Visual InterDev/Microsoft Visual J++ cached command menus by deleting the following file:
Visual studio\Common\Ide\Ide98\Resources\1033\Vsmenu.ctm
- Apply the most current Visual Studio service pack, which can be found at http://msdn.microsoft.com/vstudio.
- Install the latest version of Microsoft Data Access Components (MDAC), which can be found at http://msdn.microsoft.com/dataaccess.
- For additional information for a bad version of Comcat.dll, click the article number below
to view the article in the Microsoft Knowledge Base:
183370 PRB: System Error 'No Such Interface Supported'
Modification Type: | Minor | Last Reviewed: | 4/22/2003 |
---|
Keywords: | kbfix kbprb KB246896 kbAudDeveloper |
---|
|