Assembly Loading across AppDomains
January 19th, 2009
Assembly Loading across AppDomains Every time I need to load .NET assemblies from a non-default path in an application I end up spending quite a bit of time trying to get it right. Today was no different: I had a situation where I needed to create a type in a seperate AppDomain based on a dynamically generated assembly that might liv… Read the full post from Rick Strahl’s Web Log Tags: .NET via Blogdigger blog search for web hosting .
See the original post here:
Assembly Loading across AppDomains