Ok, I am having a similar problem but yet I think its different from everything listed above. My error occurs on the line where i set the report datasource -- rpt.SetDataSource(ds); here is the exact error.
CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: Load report failed.
I receive this error on any non-development computer (i.e. installed client versions of the application). It is a windows application and we use cvs for source control. it seems to work for other developers that have the exact same path as mine (c:\\cvs\\....) although im not for sure if that has anything to do with why it works on their machines. the compile option is set to include it as an embedded resource (as all reports are set to). the error only occurs for one report and all other reports work fine. this leads me to believe that is not a c.r. licensing issue or any engine type error. any advice is greatly appreciated as im at my wits end!
thanks in advance!
CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: Load report failed.
I receive this error on any non-development computer (i.e. installed client versions of the application). It is a windows application and we use cvs for source control. it seems to work for other developers that have the exact same path as mine (c:\\cvs\\....) although im not for sure if that has anything to do with why it works on their machines. the compile option is set to include it as an embedded resource (as all reports are set to). the error only occurs for one report and all other reports work fine. this leads me to believe that is not a c.r. licensing issue or any engine type error. any advice is greatly appreciated as im at my wits end!
thanks in advance!