Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear Sir,
Please help me. I use crystal report 8 to show unicode. I have used the following code.

CRAXDDRT.Application crdapp = new CRAXDDRT.Application();// here error
CRAXDDRT.Report crd = new CRAXDDRT.Report();

This error found.
Retrieving the COM class factory for component with CLSID {78F2A725-7CFB-4516-85A7-8A6224A2B321} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
How to solve this problem.



Thiha Swe
Myanmar.
Posted
Comments
Member 12861237 13-Nov-17 3:03am    
It still error

1 solution

You should solve building application for X86. (See).
 
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