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