Invalid report file path - Crystal - C #

0

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;

    
asked by anonymous 29.12.2017 / 17:13

0 answers