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

In this statement have error:

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)).
i am using window7 32 bit o.s
Posted
Updated 13-Sep-13 7:51am
v2
Comments
[no name] 13-Sep-13 9:28am    
And your question is what?
Please explain the scenario and issue.

1 solution

As the error message says the dll you are using might not have registered properly. If that's the case, in the command prompt from the directory where the dll resides use "regsvr32 componentname.dll" to register it. Hope this help .
 
Share this answer
 

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