please check out my attached sample
the businessobject classes are located in a classlibary.
in this sample are only some lines of code
Code: Select all
var boAnlageZeiten = new BusinessObjectAnlageZeiten();
StiReport stireport = new StiReport();
stireport.RegData("BusinessAnlageZeiten", boAnlageZeiten);
stireport.Load(@"Reports\Report1.mrt");
stireport.DesignWithWpf();
stireport.ShowWithWpf();
But if i remove 'stireport.DesignWithWpf();' the 'ShowWithWpf' Method throws a error
' type or namespace not found...'
if the businessobject classes are located in the mainapplication, all works fine.
please help me


thanks
Thomas