Reference to Stimulsoft.Report.Win.dll is missing

Stimulsoft Reports.WEB discussion
Post Reply
Rajesh Tanwar
Posts: 14
Joined: Thu May 14, 2009 2:06 am

Reference to Stimulsoft.Report.Win.dll is missing

Post 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?
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Reference to Stimulsoft.Report.Win.dll is missing

Post 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.
Rajesh Tanwar
Posts: 14
Joined: Thu May 14, 2009 2:06 am

Reference to Stimulsoft.Report.Win.dll is missing

Post 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.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Reference to Stimulsoft.Report.Win.dll is missing

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