Article ID: 175156 - Last Review: May 13, 2003 - Revision: 2.0 PRB: Class Not Registered Error and Empty Components DialogThis article was previously published under Q175156 On This PageSYMPTOMS
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} 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:
MORE INFORMATION
OLE groups all components into functional categories called Component
Categories. ComCat.DLL is used to identify the areas of functionality that
a component may support and provides the functionality to register and
unregister components into specific Component Categories. Therefore, when
Visual Basic opens the Components dialog it can categorize the components
into Controls, Designers and Insertable Objects without displaying every
object and class registered on the system.
Steps to Reproduce Behavior
REFERENCES
For additional information, please click the article number below
to view the article in the Microsoft Knowledge Base:
183370
(http://support.microsoft.com/kb/183370/EN-US/
)
PRB: System Error "No Such Interface Supported"
APPLIES TO
| Article Translations
|
Back to the top
