本文介绍了查看水晶报表时出现网点错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Creating an instance of the COM component with CLSID {98385103-11A3-4AB9-A629-91B275085F43} from the IClassFactory failed due to the following error: 80040154.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: Creating an instance of the COM component with CLSID {98385103-11A3-4AB9-A629-91B275085F43} from the IClassFactory failed due to the following error: 80040154.
Source Error:
Line 32: </p>
Line 33: <p>
Line 34: <CR:CrystalReportSource ID="CrystalReportSource1" runat="server">
Line 35: <Report FileName="FrmStoreRent.rpt">
Line 36: </Report>
Source File: C:\inetpub\wwwroot\FrmCntrExpImpDtl.aspx Line: 34
Stack Trace:
[COMException (0x80040154): Creating an instance of the COM component with CLSID {98385103-11A3-4AB9-A629-91B275085F43} from the IClassFactory failed due to the following error: 80040154.]
CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.CreateRptDoc() +32
CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper..ctor() +31
CrystalDecisions.CrystalReports.Engine.ReportDocument.Initialize() +327
CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor() +224
CrystalDecisions.ReportSource.CachedReport.get_ReportDocument() +39
CrystalDecisions.Web.CrystalReportSource.set_Report(Report value) +219
ASP.frmcntrexpimpdtl_aspx.__BuildControlCrystalReportSource1() in C:\inetpub\wwwroot\FrmCntrExpImpDtl.aspx:34
ASP.frmcntrexpimpdtl_aspx.__BuildControlform1() in C:\inetpub\wwwroot\FrmCntrExpImpDtl.aspx:12
ASP.frmcntrexpimpdtl_aspx.__BuildControlTree(frmcntrexpimpdtl_aspx __ctrl) in C:\inetpub\wwwroot\FrmCntrExpImpDtl.aspx:1
ASP.frmcntrexpimpdtl_aspx.FrameworkInitialize() +82
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +56
System.Web.UI.Page.ProcessRequest() +80
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.frmcntrexpimpdtl_aspx.ProcessRequest(HttpContext context) +37
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3614
推荐答案
这篇关于查看水晶报表时出现网点错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!