Referenced Assembly in Report

Stimulsoft Reports.WPF discussion
Post Reply
MarcoB
Posts: 15
Joined: Wed Jan 23, 2013 2:03 pm

Referenced Assembly in Report

Post by MarcoB »

I have a little problem using business data object as report data source...

My data object has some referenced assembly and I register them using StiReport.ReferencedAssemblies array... and this works fine....

Now I need to develope an all in one application ( only one executable without dll ) and to do this I need to load all referenced assemblies from enbedded resource.
The application works fine but reports can't resolve esternal reference because it try to load external assembly outside AppDomain and AppDomain.AssemblyResolve is not invoked.

Is there a way to avoid this issue ?

thanks,

regards
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Referenced Assembly in Report

Post by HighAley »

Hello.

Unfortunately, it's impossible.

Thank you.
Post Reply