Problem with stimulsoft report on asp.net webforms

Stimulsoft Reports.NET discussion
Post Reply
bethanypay
Posts: 1
Joined: Mon Feb 17, 2025 4:41 am

Problem with stimulsoft report on asp.net webforms

Post 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?
Lech Kulikowski
Posts: 7333
Joined: Tue Mar 20, 2018 5:34 am

Re: Problem with stimulsoft report on asp.net webforms

Post 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.
Post Reply