Page 1 of 1

Problem with stimulsoft report on asp.net webforms

Posted: Mon Feb 17, 2025 4:42 am
by bethanypay
Hello,
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?

Re: Problem with stimulsoft report on asp.net webforms

Posted: Mon Feb 17, 2025 6:09 pm
by Lech Kulikowski
Hello,

Most probably a compilation problem.
You can compile reports and load them from assemblies. Or use the Interpretation mode in reports.

Thank you.