Hi all,
I have installed the Stimulsoft Reports for Web on my development computer, but when I'm trying to export a report to a PDF document through a windows service, the windows service is raising an error requesting the Stimulsoft.Report.Win.dll, I know that I need to have the Stimulsoft.Report.Net version installed for doing that, but I don't know if there is a workaround or fix that could help me with this?
Best regards,
Error with "Stimulsoft.Report.Win" on a windows service...
Error with "Stimulsoft.Report.Win" on a windows service...
Hello,
Please try to do following:
- use the Render(false) method instead of Render(),
or
- set the StiConfig.IsWeb static property:
StiConfig.IsWeb = true;
Thank you.
Please try to do following:
- use the Render(false) method instead of Render(),
or
- set the StiConfig.IsWeb static property:
StiConfig.IsWeb = true;
Thank you.