SQL Server 2005 webBrowser problem
I have a problem with the Report Service in SQL Server 2005. I have built a Form and I have added a WebBrowser in it. This Browser is linked on a website who displays a rapport. When I try to print de report in .PDF or any other format, I get this error message:
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:
[AspNetSessionExpiredException: ASP.NET session has expired]
Microsoft.Reporting.WebForms.ReportDataOperation.. ctor() +683
Microsoft.Reporting.WebForms.HttpHandler.GetHandle r() +277
Microsoft.Reporting.WebForms.HttpHandler.ProcessRe quest(HttpContext context) +10
System.Web.CallHandlerExecutionStep.System.Web.Htt pApplication.IExecutionStep.Execute() +154
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +64
I guess this is because the webBrowser included in the toolbox doesnât allowed any download. If someone has an idea about that, please let me Know.
MisterC
|