本文介绍了检索具有CLSID {78F2A725-7CFB-4516-85A7-8A6224A2B321}的组件的COM类工厂失败。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的先生,

请帮助我。我使用水晶报告8来显示unicode。我使用了以下代码。



CRAXDDRT.Application crdapp = new CRAXDDRT.Application(); //这里错误

CRAXDDRT.Report crd = new CRAXDDRT.Report();



发现此错误。

检索具有CLSID {78F2A725-7CFB的组件的COM类工厂-4516-85A7-8A6224A2B321}由于以下错误而失败:80040154未注册类(HRESULT异常:0x80040154(REGDB_E_CLASSNOTREG))。

如何解决此问题。







Thiha Swe

缅甸。

解决方案

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.

解决方案


这篇关于检索具有CLSID {78F2A725-7CFB-4516-85A7-8A6224A2B321}的组件的COM类工厂失败。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 19:52