Hello,
I have an asp.net 1.1 application, I created some reports via Crystal Reports 9.2.2.693. Reports are compiled within the application dll.
When I try to run my reports I get the yellow asp.net page showing the error "Unable to Load report".
I triyed removing a report from the project and opening it with
but I get the same error.Code:// C#
rptdDatiVendita = new ReportDocument();
rptdDatiVendita.Load("DatiVendita.rpt"); // no matter if i use absolute path
Tip: A week ago everything worked perfectly, but I took a short vacation and I don't know what happened on the server.
