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
Referenced Assembly in Report
Re: Referenced Assembly in Report
Hello.
Unfortunately, it's impossible.
Thank you.
Unfortunately, it's impossible.
Thank you.