I have compiled crystal report on win2003 server. The report works fine. When I try to access the report from a client via asp.net gives me error: LoadSaveReportException: Load report failed
On win2003 Server I have loaded crystal reports, but I have not loaded .net on the server
Here is the code. Can you please tell me what is wrong?
string path = "\\\\10.35.68.10\\c$\\Inetpub\\crReportDocument.Load(path);
However, I can open that report with the above path via Crystal Report of client machine. When I try to open it via .NET on client machine, it gives Load report failed.
On win2003 Server I have loaded crystal reports, but I have not loaded .net on the server
Here is the code. Can you please tell me what is wrong?
string path = "\\\\10.35.68.10\\c$\\Inetpub\\crReportDocument.Load(path);
However, I can open that report with the above path via Crystal Report of client machine. When I try to open it via .NET on client machine, it gives Load report failed.