Page 1 of 1

Error with "Stimulsoft.Report.Win" on a windows service...

Posted: Tue Oct 26, 2010 11:06 pm
by Shamannet
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...

Posted: Wed Oct 27, 2010 6:27 am
by Ivan
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.