PRB: Class Not Registered Error and Empty Components Dialog (175156)
The information in this article applies to:
- Microsoft Visual Basic Control Creation Edition for Windows 5.0
- Microsoft Visual Basic Learning Edition for Windows 5.0
- Microsoft Visual Basic Learning Edition for Windows 6.0
- Microsoft Visual Basic Professional Edition for Windows 5.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q175156 SYMPTOMS
When you choose to view the Component dialog in Microsoft Visual Basic,
either by clicking on the Project menu and selecting Components or by using
the activation keys CTRL+T, the following error appears:
Class not registered
Looking for object with CLSID: {0002E005-0000-0000-C000-000000000046}
After clicking OK, the Component dialog opens and no components are
displayed.
CAUSE
The Microsoft Component Category Manager Library, ComCat.DLL, is
incorrectly registered.
RESOLUTION
Correctly register ComCat.DLL using RegSvr32.Exe, a utility program that
ships with Visual Basic and allows you to register DLL's and other files
into the system registry.
To correctly register ComCat.DLL, follow the steps below:
- Verify that ComCat.DLL is located in the Windows 95 or Windows 98
Windows\System folder or in the Windows NT Windows\System32 folder. If
ComCat.DLL can not be located, copy it from the Visual Basic
installation media into the appropriate folder.
- From the Start menu, choose Run.
- Type the following command into the Run dialog, replacing <Path To
Windows\System(32)> with the full path to your Windows\System folder:
RegSvr32.Exe <Path To Windows\System(32)>\ComCat.DLL
REFERENCES
For additional information, please click the article number below
to view the article in the Microsoft Knowledge Base:
183370 PRB: System Error "No Such Interface Supported"
Modification Type: | Major | Last Reviewed: | 5/13/2003 |
---|
Keywords: | kbprb KB175156 |
---|
|