I'm using stimulsoft report Ver.2023 on an old asp.net webforms project(.Net framework 4.8). It's generate reports and export them as pdf to download by users. On my local computer everything goes right. But when I deploy project on IIS server, after 2-3 weeks no pdf can generate.
I checked windows logs on server and get some error like 'FileNotFoundException' .... "C:\windows\temp\x4fr3542.dll" not found. (names of files are random but path is fixed). Replacing server with new machine fixes the problem for 2-3 weeks. What would I do?
Problem with stimulsoft report on asp.net webforms
Re: Problem with stimulsoft report on asp.net webforms
Could it be a file space issue. If it runs for a while, it seems like something may not allow for the creation of new files. It might be worthwhile to look into that area of your process.
-
- Posts: 7333
- Joined: Tue Mar 20, 2018 5:34 am
Re: Problem with stimulsoft report on asp.net webforms
Hello,
Most probably a compilation problem.
You can compile reports and load them from assemblies.
Or use the Interpretation mode in reports.
Thank you.
Most probably a compilation problem.
You can compile reports and load them from assemblies.
Or use the Interpretation mode in reports.
Thank you.