|
-
Aug 22nd, 2000, 12:24 PM
#1
Thread Starter
Member
anybody know anything about this error:
System Error &H80004002
No such interface supported.
it pops when i try to load components via project->components. it didn't used to do that, just started that recently. even if i browse for a component the same error pops up.
any ideas?
chuck
To err is human, but to apologize frequently is embarassing.
-
Aug 22nd, 2000, 01:28 PM
#2
Monday Morning Lunatic
It means that COM/OLE is utterly dead. Try reinstalling VB. If that doesn't work...try installing Windows again...
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 24th, 2000, 12:12 PM
#3
Thread Starter
Member
Solution
Hey parksie,
check this out. found it at microsoft's site (after much patience). it's the solution for the error message i posted earlier. i figured somebody else has got to have that problem, so i'm posting this:
This error is caused by an incorrect version of comcat.dll.
RESOLUTION
To resolve the problem, install the correct version of comcat.dll by completing the
following steps:
1.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.
-chuck
To unregister, select Run from the Windows Start menu, type the following command line and click Ok:
regsvr32 /u comcat.dll
2.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.
3.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:
regsvr32 comcat.dll
To err is human, but to apologize frequently is embarassing.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|