Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Project Components gives system error "No such interface supported"

Status
Not open for further replies.

VB400

Programmer
Sep 8, 1999
359
US
Has anyone run into this?<br>
<br>
all of a sudden, whenever I click on the Project Components option, I get a &quot;System error &H80004002 (-2147467262). No such interface supported.&quot;<br>
<br>
If you haven't seen this before then do you know where I might find help on this?<br>
<br>
Thanks in advance!
 
also, go get the latest version of VBC from <A HREF=" TARGET="_new"> This is a tool to clean up your registry.<br>
<br>
Regards<br>
<br>
Mike<br>
<p>Mike Lacey<br><a href=mailto:Mike_Lacey@Cargill.Com>Mike_Lacey@Cargill.Com</a><br><a href= Cargill's Corporate Web Site</a><br>
 
an incorrect version of comcat.dll<br>
<br>
<br>
To resolve the problem, install the correct version of comcat.dll by completing the following steps: <br>
<br>
Use REGSVR32.EXE to unregister COMCAT.DLL. REGSVR32.EXE is installed by Visual Basic or it may be found on the Visual Basic installation CD-ROM. <br>
<br>
To unregister, select Run from the Windows Start menu, type the following command line and click Ok:<br>
<br>
<br>
regsvr32 /u comcat.dll <br>
Copy comcat.dll, version 4.71 (22k), from the ..\DevStudio\VB\Setupkit\kitfil32\sys32 directory or from your Visual Basic CD to the Windows\System or WinNT\System32 directory. <br>
<br>
<br>
Use REGSVR32.EXE to register COMCAT.DLL. To register, click Run on the Windows 95 Start menu, type the following command line, and the click OK: <br>
<br>
<br>
regsvr32 comcat.dll <br>
<br>
<br>
Eric<br>
<p>Eric De Decker<br><a href=mailto:vbg.be@vbgroup.nl>vbg.be@vbgroup.nl</a><br><a href= Visual Basic Center</a><br>
 
I agree with Eric. When you register a DLL entries are made in the registry which specify what interfaces the dll supports, when you have a difference between the dll on your machine and the entry in the registry you get this error. It could have been a case where someone copied over a dll without registering it.<br>
<br>
Cal
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top