cancel
Showing results for 
Search instead for 
Did you mean: 

Load report failed

Former Member
0 Kudos

Hi,

   I am new to the Crystal Report and first time I am using this one. In my project, I started using it and while compiling the code I got the error "Load Report failed".

I got in the below line exactly:

report.Load("CrystalReportTest.rpt");

Please help me any one why it is giving error.

View Entire Topic
former_member188030
Active Contributor
0 Kudos


Hi,

This error is self explainatory and simply means that your app is not able to find the report (.rpt).

Try hardcoding the actual path of the report in the load method.

For more info see this search, lot of info available.

http://search.sap.com/ui/scn#query=Load+report+failed%2C+crystal%2C+.net&startindex=1&filter=scm_a_s...

-Bhushan

Former Member
0 Kudos

Ya, but when I changed the path with fully qualified path, then I am getting following error. As per the error shown i don't have dotnet1 folder itself.

former_member183750
Active Contributor
0 Kudos

See KBA 1525432. Search box in top right corner. BTW.; the search string 'crystal net crdb_adoplus load' would have returned the KBA also. E.g.; try searching

- Ludek