473,394 Members | 2,052 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Deployment of Crystal Report

Hi,
We are trying to deploy an application that uses crystal.net(version 9.1) as
a reporting tool.
We created the Websetup.exe file using the MergeModule and ran the same in
the production server(having the environment VS2003 framework,IIS6.0, Windows
Server 2003).
While running the same we are getting the following error:
Please suggest us steps to deploy in the production server.
Thanks and regards
Alpee Jain
Server Error in '/Crystal' Application.

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:
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:

[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
CrystalReport.WebForm1.Page_Load(Object sender, EventArgs e) in
C:\Inetpub\WWWRoot\CrystalReport\WebForm1.aspx.cs: 24
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731

Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573

Nov 19 '05 #1
2 2426
Must be the .rpt files are not in the right place
Check the path of the .rpt files.
"jyothi rajanna" <jy***********@discussions.microsoft.com> wrote in message
news:98**********************************@microsof t.com...
Hi,
We are trying to deploy an application that uses crystal.net(version 9.1) as a reporting tool.
We created the Websetup.exe file using the MergeModule and ran the same in
the production server(having the environment VS2003 framework,IIS6.0, Windows Server 2003).
While running the same we are getting the following error:
Please suggest us steps to deploy in the production server.
Thanks and regards
Alpee Jain
Server Error in '/Crystal' Application.

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:
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:

[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
CrystalReport.WebForm1.Page_Load(Object sender, EventArgs e) in
C:\Inetpub\WWWRoot\CrystalReport\WebForm1.aspx.cs: 24
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731

Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

Nov 19 '05 #2
Try embedded resource option. So you don’t need to load report.

HTH

Elton Wang

"jyothi rajanna" wrote:
Hi,
We are trying to deploy an application that uses crystal.net(version 9.1) as
a reporting tool.
We created the Websetup.exe file using the MergeModule and ran the same in
the production server(having the environment VS2003 framework,IIS6.0, Windows
Server 2003).
While running the same we are getting the following error:
Please suggest us steps to deploy in the production server.
Thanks and regards
Alpee Jain
Server Error in '/Crystal' Application.

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:
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:

[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
CrystalReport.WebForm1.Page_Load(Object sender, EventArgs e) in
C:\Inetpub\WWWRoot\CrystalReport\WebForm1.aspx.cs: 24
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731

Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573

Nov 19 '05 #3

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

Similar topics

1
by: Gudni G. Sigurdsson | last post by:
Hi. I am working on a program for the .NET Framework written in C# with Visual Studio .NET. With this program, one can print a report realized with the Crystal Report software included with VS...
3
by: Dmitry Karneyev | last post by:
Hi! I need to deploy .NET application (ADO.NET + Crystal Reports) in local intranet. All assemblies of application will be shared in the folder on the server so all users can execute this...
1
by: bthomas71chevy | last post by:
I have just setup a WebServer and all the applications work fine, but when every any of the applications try to generate a Crystal Report the page errors out. "File or assembly name...
1
by: hlam | last post by:
After deploying the application and running it on an XP p.c. I get the message from Crystal Reports Viewer Window: Load Report Failed Here is what I've used: . Connecting to Sql Server 2000...
0
by: RJN | last post by:
Hi I'm having VS.Net 2003 in my development machine and report works fine in my machine. The deployment server is Windows 2003 server, it only has the framework installed. Since the framework...
2
by: Mika M | last post by:
Hi! I made ClickOnce deployment for Windows Forms VB 2005 application, and it's working mostly fine. Now I have some question: 1. Is it okay when my application goes into x:\Documents and...
0
by: jmfrancisco.geo | last post by:
Hi; Why is it that when I use Package and Deployment Wizard to make installation of my program does'nt work when I use the Crystal Report Control? I'm using VB6 Professional edition and Crystal...
0
by: Ray | last post by:
Hi, I have updated my program from vb.net 2003 to vb.net 2005. However, after the deployment, I cannot preview the crystal report. The error is as follows: "CrystalDecisions.Shared,...
1
by: Marc Castrechini | last post by:
We have recently setup a new server: Windows 2003 (Version 5.2) IIS 6.0 ASP.NET 2.0 Using existing code that previously worked we can't seem to export PDFs from our Crystal reports anymore...
0
by: Akut | last post by:
hi, I have tried to deploy an application with crystal reports as part of the application. I have read through the documentations and followed all the instructions required for the deployment of...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.