Load report failed.
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: CrystalDecisions.CrystalReports.Engine.LoadSaveRep ortException: Load report failed.
Source Error:
Line 23:
Line 24: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Line 25: CrystalReportViewer1.ReportSource = "oabr.rpt"
Line 26: CrystalReportViewer1.BestFitPage = True
Line 27: End Sub
Source File: E:\Website\WebApplication1\oabrep.aspx.vb Line: 25
Stack Trace:
[LoadSaveReportException: Load report failed.]
CrystalDecisions.Web.ReportAgent.h()
CrystalDecisions.Web.ReportAgentBase.set_ReportSou rce(Object value)
CrystalDecisions.Web.ReportAgent.set_ReportSource( Object value)
CrystalDecisions.Web.CrystalReportViewerBase.set_R eportSource(Object value)
WebApplication1.oabrep.Page_Load(Object sender, EventArgs e) in E:\Website\WebApplication1\oabrep.aspx.vb:25
System.Web.UI.Control.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain()
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573