472,805 Members | 965 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,805 software developers and data experts.

crystal "load report failed"

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.LoadSaveRep ortException: 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_ReportSou rce(Object value) +224
CrystalDecisions.Web.ReportAgent.set_ReportSource( Object value) +16
CrystalDecisions.Web.CrystalReportViewerBase.set_R eportSource(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

Jul 21 '05 #1
1 2842

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.LoadSaveRep ortException: 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_ReportSou rce(Object value) +224
CrystalDecisions.Web.ReportAgent.set_ReportSource( Object value) +16
CrystalDecisions.Web.CrystalReportViewerBase.set_R eportSource(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/)
Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: sztonix | last post by:
Hi all, I encountered a crystal report deployment problem. I make reports with Crystal Report for Visual Studio .NET 2003. It works fine in the development machine. And then make setup...
2
by: Karun Karunakaran | last post by:
Hi, I am using the Crystal Enterprise .NET assemblies to generate and display a crystal report in a webform. This report connects to an SQL server (running locally) using a specific username and...
2
by: Delali Dzirasa | last post by:
I am a newbie and am creating my first asp.net in crystal reports. I have created the report (.rpt file) and have dropped the CrystalReportViewer on the web form. From the databinding...
1
by: Roy | last post by:
Hey all, I have a VB App which uses the bundled version of Crystal Reports for VS.NET 2003. It works fine in when I run it using VS *but* when I deploy it anywhere (including the development PC...
0
by: Rocio | last post by:
Hi: I have many ASP.net application created by VB.net2003 and I'm using crystal reports for .net, I'm using the crystal viewer to display my reports. I deployed those applications with the...
2
by: Jeff_Mac | last post by:
Hi there. I'm a bit of a newbie, and I would appreciate any help that anyone can give me on an error I'm getting with Crystal Reports. Every time I attempt to view a report using the Crystal...
0
by: Ray | last post by:
Dear all, I successfully deploy a window application with crystal report. However, while using exporting function of the CrystalReportViewer, there is an error "Invalid export DLL. or export...
2
by: Omer Aziz | last post by:
I want to print a page. which is preformatted. i have to send values on different location of the page. eg date............ VoucherNo..........
0
by: Darrell | last post by:
I am using VS 2005 Beta 2 on XP Pro. I have created a WebService with an "empty" Crystal Report. The only thing in this report is a text element saying "Hello World!". If I run the WebService...
2
by: patrice.pare | last post by:
Hello, Here is a summary of my Dev Environment: I use Visual Studio 2005 Team Suite SP1 with Crystal Report XI SP1 on a Windows XP SP2 development workstation. I also use SQL Server 2000 SP4. ...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
How does React native implement an English player?
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.