Problem with stimulsoft report on asp.net webforms

Stimulsoft Reports.WEB discussion
Post Reply
rudywatts
Posts: 1
Joined: Wed Nov 20, 2024 9:07 am

Problem with stimulsoft report on asp.net webforms

Post by rudywatts »

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?
JohnW
Posts: 113
Joined: Mon Nov 20, 2017 8:29 pm

Re: Problem with stimulsoft report on asp.net webforms

Post by JohnW »

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