Click here to Skip to main content
15,880,796 members
Please Sign up or sign in to vote.
2.33/5 (2 votes)
Why I am getting Load Report failed Issue in Crystal Report in IIS 7.5? We are using the report version 10.2.3600.0 and VS2005 WITH C#2.0 . By clearing temp files we are able to resolve the issue . But only after restarting server it gets cleared. Every day can't one cannot restart the server. So how can resolve this case without restarting the server each day.
Posted

1 solution

Already I gave you answer[^] for your previous question. Did you read that Tip/Trick fully? and did you read comments at bottom of the Tip/Trick?
Actually my company has experience with the third. Somehow, after our customer had printed about 50 times on a single day they had to restart the application. Turned out the reports were never properly closed and disposed. Doing that fixed the problem

Naerling meant Unmanaged resources section. Did you apply that in your application? And did you check the below link mentioned there?
Crystal Reports Maximum Report Processing Jobs Limit[^]
I listed all possible solutions in one place but I don't know people checking all of those or not :sigh:

And check my current findings
Crystal Reports generates temporary files[^]
Problem with crystal report Temp files[^]

EDIT

Rahul 105 wrote:
How to get rid of the temp files creation under Crystal Report or change the directory from C:/WINDOWS/TEMP TO another folder in wwwroot and avoid load report issue without restarting server each day.

Crystal Reports 2008 / ASP.NET / IIS[^]
How to change Crystal Report Temp file from C:\ to D:\?[^]
How to remove tmp files in Crystal Reports[^]
 
Share this answer
 
v2
Comments
Rahul 105 7-Feb-14 7:33am    
How to get rid of the temp files creation under Crystal Report or change the directory from C:/WINDOWS/TEMP TO another folder in wwwroot and avoid load report issue without restarting server each day.
thatraja 7-Feb-14 7:44am    
Check updated answer

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900