I'm trying to generate a pdf from the crystal report. When I run the code on my machine it works perfectly, since when I go to the server it returns the following error:
invalid report file path
The error is popping up the moment I run
report.Load(arquivoRpt);
I've already done the following checks:
The RPT file exists on the server and the path is correct;
I gave permission on the server folder;
The file is not corrupted;