ReferencedAssemblies

Stimulsoft Reports.WPF discussion
Post Reply
Jalmaria
Posts: 7
Joined: Thu May 03, 2018 9:03 am

ReferencedAssemblies

Post by Jalmaria »

Hi,

I have a problem using my own enum in the reports (BusinessObjects). I have included the assembly name in the referenced assemblies list, so the tool doesn't complain about the type. However, when I open the report second time, the type of the enum is empty...

How do I refer to assemblies which are not in GAC? I can't use absolute paths. Is there a way to specify relative paths, and if there are, relative to what?

Thanks
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Re: ReferencedAssemblies

Post by Edward »

Hi Jalmaria,

If you list those dlls in the ReferencedAssemblies as you already did, and also place those files next to other Stimulsoft.Reports.dll libraries, so they will be referenced properly.

That also could be done dynamically as follows:
viewtopic.php?&t=4063

Thank you,
Edward
Post Reply