Deployment of Crystal Report

G

Guest

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.LoadSaveReportException: 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_ReportSource(Object value) +224
CrystalDecisions.Web.ReportAgent.set_ReportSource(Object value) +16
CrystalDecisions.Web.CrystalReportViewerBase.set_ReportSource(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
 
G

Guest

Try embedded resource option. So you don’t need to load report.

HTH

Elton Wang
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top