We are having sporadic issue (at least once per day) where suddenly CR2008 embedded in VS2008 stops working, we are suddenly getting error message below. We have to restart the server and then things are fine for a while.
This also happens with CRXI in vs2005 where suddenly CR displaya a blank page. Also here a reboot corrects the issue.
Any idea what this could be, this is a Windows server 2003
Server Error in '/ProjectDailyReport1' Application.
Retrieving the COM class factory for component with CLSID {D7F5D7C3-B06C-4CAC-BC47-A06E66D2EE9B} failed due to the following error: 80000003.
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: Retrieving the COM class factory for component with CLSID {D7F5D7C3-B06C-4CAC-BC47-A06E66D2EE9B} failed due to the following error: 80000003.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[COMException (0x80000003): Retrieving the COM class factory for component with CLSID {D7F5D7C3-B06C-4CAC-BC47-A06E66D2EE9B} failed due to the following error: 80000003.] CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.CreateRptDoc() +33 CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper..ctor() +31 CrystalDecisions.CrystalReports.Engine.ReportDocument.Initialize() +378 CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor() +195 Default_aspx..ctor() +258 ASP.select_report_aspx..ctor() +14 __ASP.FastObjectFactory_app_web_yvwszyrn.Create_ASP_select_report_aspx() +20 System.Web.Compilation.BuildResultCompiledType.CreateInstance() +32 System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +119 System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +33 System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +40 System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) +160 System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +93 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155 |
CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.CreateRptDoc() +33
CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper..ctor() +31
CrystalDecisions.CrystalReports.Engine.ReportDocument.Initialize() +378
CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor() +195
Default_aspx..ctor() +258
ASP.select_report_aspx..ctor() +14
__ASP.FastObjectFactory_app_web_yvwszyrn.Create_ASP_select_report_aspx() +20
System.Web.Compilation.BuildResultCompiledType.CreateInstance() +32
System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +119
System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +33
System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +40
System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) +160
System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +93
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155