"load report faild" on a win2003 with VS 2003
Non report works on win2003 , I use win2003 + vs2003 for developing proccess.
I've read the articules about in this site about given permissions to IIS_WPG to the c:\windows\temp folder, I've done but it doesn't work
I have "impersonate="true" " on my webconfig, I can not change that because I use windows autentication
I've create a report on a XP machine and works fine but when I try to run it on a win2003 I got the error listed below
HELPPPPPPPP PLEASEEEEEEEEEEEEEEEEEEEEE
=)============================================
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:
Line 341: Me.SqlDataAdapter1.Fill(Me.DataSet11) Line 342: crReportDocument = New ByAWebApp.CrystalReport1Line 343: crReportDocument.SetDataSource(Me.DataSet11)Line 344: Line 345: ''Pass the populated dataset to the report |
Source File:C:\Inetpub\wwwroot\ByAWebApp\Ventas\wfLibroVentas.aspx.vb Line:343
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.SetDataSource(Object value) +266 ByAWebApp.wfLibroVentas.subGeneraRpt() in C:\Inetpub\wwwroot\ByAWebApp\Ventas\wfLibroVentas.aspx.vb:343 ByAWebApp.wfLibroVentas.Page_Load(Object sender, EventArgs e) in C:\Inetpub\wwwroot\ByAWebApp\Ventas\wfLibroVentas.aspx.vb:315 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.2032; ASP.NET Version:1.1.4322.2032

