The information in this article applies to:
SYMPTOMSWhen 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: After clicking OK, the Component dialog opens and no components are displayed. CAUSEThe 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.
RegSvr32.Exe <Path To Windows\System(32)>\ComCat.DLL 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. 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
REFERENCESFor additional information, please click the article number below to view the article in the Microsoft Knowledge Base: Q183370 PRB: System Error "No Such Interface Supported" Additional query words: 80004002
Keywords : kbnokeyword kbVBp500 kbVBp600 kbGrpVB |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |