0
I am trying to generate a pdf from the Crystal report. When I run the code on my machine works perfectly, already when I go up to the server returns me the following error:
invalid report file path
the error is popping 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 in the server folder;
The File is not corrupted;
the file path is invalid. To know more than that, we need more information...
– Rovann Linhalis
Put the directory structure and the path you are using
– Denis Rudnei de Souza