G
Guest
Hello,
I have Assembly (A) which dynamically loads Asembly (B). Both Assemblies are
located in A's bin dir.
If I query, AppDomain.CurrentDomain.GetAssemblies
Returns an unloaded/unreferenced assembly (B) why? Assembly A does not
refernce any types in B. Is there a way to prevent this assembly from loading
on startup?
I have Assembly (A) which dynamically loads Asembly (B). Both Assemblies are
located in A's bin dir.
If I query, AppDomain.CurrentDomain.GetAssemblies
Returns an unloaded/unreferenced assembly (B) why? Assembly A does not
refernce any types in B. Is there a way to prevent this assembly from loading
on startup?