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

Stimulsoft Reports.WEB discussion
Post Reply
Shamannet
Posts: 1
Joined: Tue Oct 26, 2010 10:53 pm
Location: Mexico

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

Post 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,
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

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

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