Click here to Skip to main content
15,906,816 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C#
OWC.ChartSpaceClass oChartSpace = new OWC.ChartSpaceClass();



this line raise error like as

Retrieving the COM class factory for component with CLSID {0002E500-0000-0000-C000-000000000046} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).

please help me for correct solution

Thank u.
Posted
Comments
F-ES Sitecore 24-Jun-15 4:14am    
If you are using COM components they need to be registered before you can use them. You normally use regsvr32 to do this, but if the component is part of a major package it normally comes with some kind of installer that needs to be run.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900