Hi all,
I'm creating a multipage report in VS.NET 2003 in which a subreport may have to be displayed across multiple pages (in case that could be part of the problem -- tried suppressing the subreport, though, and still get the same error). The first page displays with no errors, but when I try to view any subsequent pages, I get the following error message:
Error in File C:\WINNT\TEMP\temp_5837c069-6d93-4af3-bc99-39b7ff3f0e8f.rpt: File I/O error.
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.IO.IOException: Error in File C:\WINNT\TEMP\temp_5837c069-6d93-4af3-bc99-39b7ff3f0e8f.rpt: File I/O error.
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:
[IOException: Error in File C:\WINNT\TEMP\temp_5837c069-6d93-4af3-bc99-39b7ff3f0e8f.rpt:
File I/O error.]
.A(Int16 , Int32 ) +610
CrystalDecisions.CrystalReports.Engine.FormatEngine.GetPage(PageRequestContext reqContext) +539
CrystalDecisions.ReportSource.LocalReportSourceBase.GetPage(PageRequestContext pageReqContext) +189
CrystalDecisions.Web.ReportAgent.u(Boolean N) +164
CrystalDecisions.Web.CrystalReportViewer.OnPreRender(EventArgs e) +108
System.Web.UI.Control.PreRenderRecursiveInternal() +62
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Page.ProcessRequestMain() +1476
I don't believe this stems from the code-behind, as I have other multipage reports with nearly identical code-behind that seem to work fine. Can anyone lend anything more insightful than "this is an I/O error", which is all I've been able to find so far?
Thanks in advance,
Lew
I'm creating a multipage report in VS.NET 2003 in which a subreport may have to be displayed across multiple pages (in case that could be part of the problem -- tried suppressing the subreport, though, and still get the same error). The first page displays with no errors, but when I try to view any subsequent pages, I get the following error message:
Error in File C:\WINNT\TEMP\temp_5837c069-6d93-4af3-bc99-39b7ff3f0e8f.rpt: File I/O error.
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.IO.IOException: Error in File C:\WINNT\TEMP\temp_5837c069-6d93-4af3-bc99-39b7ff3f0e8f.rpt: File I/O error.
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:
[IOException: Error in File C:\WINNT\TEMP\temp_5837c069-6d93-4af3-bc99-39b7ff3f0e8f.rpt:
File I/O error.]
.A(Int16 , Int32 ) +610
CrystalDecisions.CrystalReports.Engine.FormatEngine.GetPage(PageRequestContext reqContext) +539
CrystalDecisions.ReportSource.LocalReportSourceBase.GetPage(PageRequestContext pageReqContext) +189
CrystalDecisions.Web.ReportAgent.u(Boolean N) +164
CrystalDecisions.Web.CrystalReportViewer.OnPreRender(EventArgs e) +108
System.Web.UI.Control.PreRenderRecursiveInternal() +62
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Page.ProcessRequestMain() +1476
I don't believe this stems from the code-behind, as I have other multipage reports with nearly identical code-behind that seem to work fine. Can anyone lend anything more insightful than "this is an I/O error", which is all I've been able to find so far?
Thanks in advance,
Lew