Hi all,
In my project i need to load the assemblies in AppDomain as external references. I'm using "AddAllAssembliesInAppDomainAsExternalReferences()", but the problem is that i need to load only some specific references from AppDomain, is there any way to do it?
Thanks.
In my project i need to load the assemblies in AppDomain as external references. I'm using "AddAllAssembliesInAppDomainAsExternalReferences()", but the problem is that i need to load only some specific references from AppDomain, is there any way to do it?
Thanks.