Hi,
I have a WinForms 2.0 application with about 18 Reports created with Microsoft ReportViewer. Every time a report is started there is a dynamic assembly created (expression_host_xxxxxx.dll). This dynamic assembly is loaded in memory and is there to stay for the remainder of the application runtime consuming resources. Even if we only have 1 report and we start this ie 3 times, we get 3 such expression_host assemblies in memory.
Is there a way to prevent these assemblies from being created or to unload these assemblies after we are done?
TIA