crystal "load report failed"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I can't seem to get past this problem, though I've tried multiple examples
off the web. I've registered integrated Crystal (VS.NET 2003 Pro). I've made
sure the assemblies are all there. I've tried design-time ReportSource
assignment and runtime. Why can't I get past this? Below is error page from
most basic of tries (just a dumb (text only) report within a viewer on a
webform. Thanks in advance, -Nick

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.LoadSaveReportException: Load report
failed.

Source Error:


Line 23: // Put user code to initialize the page here
Line 24: CrystalReport1 cr1 = new CrystalReport1();
Line 25: CrystalReportViewer1.ReportSource = cr1;
Line 26: }
Line 27:


Source File: \\kapolei05\ittest\webform1.aspx.cs Line: 25

Stack Trace:


[LoadSaveReportException: Load report failed.]
CrystalDecisions.Web.ReportAgent.h() +329
CrystalDecisions.Web.ReportAgentBase.set_ReportSource(Object value) +224
CrystalDecisions.Web.ReportAgent.set_ReportSource(Object value) +16
CrystalDecisions.Web.CrystalReportViewerBase.set_ReportSource(Object
value) +37
ittest.WebForm1.Page_Load(Object sender, EventArgs e) in
\\kapolei05\ittest\webform1.aspx.cs:25
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
 
Hi,
I can't seem to get past this problem, though I've tried multiple examples
off the web. I've registered integrated Crystal (VS.NET 2003 Pro). I've made
sure the assemblies are all there. I've tried design-time ReportSource
assignment and runtime. Why can't I get past this? Below is error page from
most basic of tries (just a dumb (text only) report within a viewer on a
webform. Thanks in advance, -Nick

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.LoadSaveReportException: Load report
failed.

Source Error:


Line 23: // Put user code to initialize the page here
Line 24: CrystalReport1 cr1 = new CrystalReport1();
Line 25: CrystalReportViewer1.ReportSource = cr1;
Line 26: }
Line 27:


Source File: \\kapolei05\ittest\webform1.aspx.cs Line: 25

Stack Trace:


[LoadSaveReportException: Load report failed.]
CrystalDecisions.Web.ReportAgent.h() +329
CrystalDecisions.Web.ReportAgentBase.set_ReportSource(Object value) +224
CrystalDecisions.Web.ReportAgent.set_ReportSource(Object value) +16
CrystalDecisions.Web.CrystalReportViewerBase.set_ReportSource(Object
value) +37
ittest.WebForm1.Page_Load(Object sender, EventArgs e) in
\\kapolei05\ittest\webform1.aspx.cs:25
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750

User submitted from AEWNET (http://www.aewnet.com/)
 
Back
Top