I believe the default behavior when loading assembly is into the same application domain as the caller. How can I load the assembly into another application domain?
I believe the default behavior when loading assembly is into the same application domain
Share
Use the
AppDomain::Loadmethod to load an assembly into a particularAppDomaininstance