Server Error in '/' Application.

For more information about this error navigate to the report server on the local server machine, or enable remote errors

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: Microsoft.Reporting.WebForms.ReportServerException: For more information about this error navigate to the report server on the local server machine, or enable remote errors

Source Error:


Line 97:                             Microsoft.Reporting.WebForms.Warning[] warnings;
Line 98:                             string[] streamids;
Line 99:                             byte[] exportBytes = ReportViewer1.ServerReport.Render("PDF", null, out mimeType, out encoding, out fileNameExtension, out streamids, out warnings);
Line 100:                            HttpContext.Current.Response.Buffer = true;
Line 101:                            HttpContext.Current.Response.Clear();

Source File: c:\WebSites\certificates.ulenvironment.com\Default.aspx.cs    Line: 99

Stack Trace:


[ReportServerException: For more information about this error navigate to the report server on the local server machine, or enable remote errors]

[ReportServerException: An unexpected error occurred in Report Processing. (rsInternalError)]
   Microsoft.Reporting.WebForms.ServerReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) +144
   _Default.Page_Load(Object sender, EventArgs e) in c:\WebSites\certificates.ulenvironment.com\Default.aspx.cs:99
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.8806; ASP.NET Version:2.0.50727.8762