PRB: Class Not Registered Error and Empty Components DialogLast reviewed: October 16, 1997Article ID: Q175156 |
The information in this article applies to:
SYMPTOMSWhen you choose to view the Component dialog in Microsoft Visual Basic 5.0, either by clicking on the Project menu and selecting Components or by using the activation keys CTRL+T, the following error is displayed:
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.
CAUSEThe Microsoft Component Category Manager Library, ComCat.DLL, is incorrectly registered.
RESOLUTIONCorrectly 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 INFORMATIONOLE 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. This way 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
Keywords : vb5all VBKBAX VBKBComp VBKBDesignTime VBKBEnv kberrmsg Version : WINDOWS:5.0 Platform : WINDOWS Hardware : x86 Issue type : kbprb |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |