You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All,
My application dynamically loads multiple assemblies located in subfolders and each assembly can have FastReport references. I understand the best option is to drop FastReport dlls in exe folder or GAC, but since each module created individually we can get a potential issue with different assembly versions etc, I decided to deploy FastReport assemblies with each module and FastReport assemblies are in subfolders.
An issue I got when a new report assembly created in AssemblyDescriptor InitInstance when a call from FastReport.dll cannot find it. I managed to get it resolved adding an extra ResolveEventHandler.
The text was updated successfully, but these errors were encountered:
Hi All,
My application dynamically loads multiple assemblies located in subfolders and each assembly can have FastReport references. I understand the best option is to drop FastReport dlls in exe folder or GAC, but since each module created individually we can get a potential issue with different assembly versions etc, I decided to deploy FastReport assemblies with each module and FastReport assemblies are in subfolders.
An issue I got when a new report assembly created in AssemblyDescriptor InitInstance when a call from FastReport.dll cannot find it. I managed to get it resolved adding an extra ResolveEventHandler.
The text was updated successfully, but these errors were encountered: