Page 1 of 1

Loading Error!!

Posted: Sat Sep 25, 2010 5:11 am
by james
hi
i use Stimulsoft.Report.WPF in a browser wpf application.
also is have added these assembly references:
Stimulsoft.Base, Stimulsoft.Report, Stimulsoft.Wpf and Stimulsoft.Report.Win; but when i want to
load my report in StiWpfViewerControl, i get this error:
Assembly 'Stimulsoft.Report.Win' is not found

please advice

Loading Error!!

Posted: Sun Sep 26, 2010 8:02 am
by Alex K.
Hello,

Please show the code with which you load your report?
Maybe you should use the following methods:

Code: Select all

report.RenderWithWpf(true);
report.ShowWithWpf();
Thank you.