Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssemblyDescriptor InitInstance exception #706

Open
I-Vladimir opened this issue Jul 16, 2024 · 0 comments
Open

AssemblyDescriptor InitInstance exception #706

I-Vladimir opened this issue Jul 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@I-Vladimir
Copy link

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.

@I-Vladimir I-Vladimir added the enhancement New feature or request label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant