C#: Loading Dynamic Assemblies Into Other AppDomains May 27, 2015September 28, 2017Munir HusseiniNo Comments So you have generated dynamic assemblies (like here) and want to load the assembly into a new (or at least…
Loading Assemblies In New AppDomain (And Unloading Them) July 17, 2013Munir Husseini2 Comments Today I had an issue with assemblies in an AppDomain. What I tried to do was to create a new…