Page 1 of 1

Referenced Assembly in Report

Posted: Wed Feb 06, 2013 4:30 pm
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

Re: Referenced Assembly in Report

Posted: Thu Feb 07, 2013 10:28 am
by HighAley
Hello.

Unfortunately, it's impossible.

Thank you.