Page 1 of 1

Reference to Stimulsoft.Report.Win.dll is missing

Posted: Thu Jun 11, 2009 12:43 am
by Rajesh Tanwar
Hi All,

We've taken licence of "Stimulsoft.Reports.Web".
I am able to generate report and show in a pdf file using following code

Code: Select all

BusinessLib.UpdateDetail details= BusinessLib.UpdateDetail.GetReportDetail("first");
report.RegData("MySource", details);
            report.Dictionary.DataSources.Clear();
            report.Dictionary.Synchronize();
            report.Dictionary.Connect();
            report.Render();
            StiReportResponse.ResponseAsPdf(this.Page, report, true);
The above code is working fine in web application.

I am using windows services for some events on server. I want to generate report using windows service also.
So I write the above code there... but it throws error that "Reference to Stimulsoft.Report.Win.dll is missing".

How I can get this dll? or what is the work around for this problem?

Reference to Stimulsoft.Report.Win.dll is missing

Posted: Thu Jun 11, 2009 3:38 am
by Jan
Hello Rajesh,

You can used provided source code for windows servers too? Reports.Web does not contain Win Viewer which located in Stimulsoft.Report.Win.dll.

Thank you.

Reference to Stimulsoft.Report.Win.dll is missing

Posted: Fri Jun 12, 2009 1:12 am
by Rajesh Tanwar
Hi Jan,

Thanks for the reply.

I couldn't get what you want to say.
Are you asking more information from me or suggesting me the solution?
Please clarify.... I'm still stuck with the same problem.

Reference to Stimulsoft.Report.Win.dll is missing

Posted: Sat Jun 13, 2009 6:46 pm
by Edward
Hi guys,

Stimulsoft.Report.Win.dll is not a part of Stimulsoft Reports.Web product, but Stimulsoft Reports.Net contains it.

This dll contains viewer for Windows Forms desktop (not Web) applications.

Thank you.