I created some CR reports that I use with my website. They were working great. On monday I come in and they are no longer working, Nothing has changed to the website, I think it must be something with the server, but cant find anything this is the error that it is throwing.
Creating an instance of the COM component with CLSID {217C571F-B239-4B48-919B-A591943DF550} 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 {217C571F-B239-4B48-919B-A591943DF550} from the IClassFactory failed due to the following error: 80040154.
Source Error:
Line 15: <form id="form1" runat="server">
Line 16: <div>
Line 17: <CR:CrystalReportSource ID="CrystalReportSource1" runat="server">
Line 18: <Report FileName="Standard.rpt">
Line 19: </Report>
|
Source File: d:\InetPub\wwwroot\crd\reportpage.aspx Line: 17
Stack Trace:
[COMException (0x80040154): Creating an instance of the COM component with CLSID {217C571F-B239-4B48-919B-A591943DF550} 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() +316
CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor() +213
CrystalDecisions.ReportSource.CachedReport.get_ReportDocument() +36
CrystalDecisions.Web.CrystalReportSource.set_Report(Report value) +255
ASP.reportpage_aspx.__BuildControlCrystalReportSource1() in d:\InetPub\wwwroot\crd\reportpage.aspx:17
ASP.reportpage_aspx.__BuildControlform1() in d:\InetPub\wwwroot\crd\reportpage.aspx:15
ASP.reportpage_aspx.__BuildControlTree(reportpage_aspx __ctrl) in d:\InetPub\wwwroot\crd\reportpage.aspx:1
ASP.reportpage_aspx.FrameworkInitialize() in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\crd\0bc9bbe8\8f46dab3\App_Web_reportpage.aspx.cdcab7d2.0lrp-rt3.0.cs:0
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +40
System.Web.UI.Page.ProcessRequest() +86
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +18
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.reportpage_aspx.ProcessRequest(HttpContext context) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\crd\0bc9bbe8\8f46dab3\App_Web_reportpage.aspx.cdcab7d2.0lrp-rt3.0.cs:0
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +154
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|