Hi,
i have a project which has a crystal report which is been displayed on a webform.
It runs perfectly on the development machine, but when i try to put it in prod thru a websetup, i get the following error.
i have followed all the steps from the crnet_deployment document got from business objects.
What is the problem?
Server Error in '/Loading' 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.] .F(String , EngineExceptionErrorID ) +272 .B(String , Int32 ) +57 CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String reportName, OpenReportMethod openMethod, Int16 parentJob) +1191 CrystalDecisions.CrystalReports.Engine.ReportClass.Load(String reportName, OpenReportMethod openMethod, Int16 parentJob) +469 CrystalDecisions.CrystalReports.Engine.ReportDocument.'() +98 CrystalDecisions.CrystalReports.Engine.ReportDocument.get_Database() +7 CrystalDecisions.CrystalReports.Engine.ReportDocument.SetDatabaseLogon(String user, String password) +64 Loading.crview1.Page_Load(Object sender, EventArgs e) System.Web.UI.Control.OnLoad(EventArgs e) +67 System.Web.UI.Control.LoadRecursive() +35 System.Web.UI.Page.ProcessRequestMain() +750 |
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300