AppDomains & Loading Assemblies
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Does anyone know if when I Load an assembly using Reflection I also have to load all of it Dependencies? This is the behavior I am currently seeing – but was hoping things would be a bit simpler. Cheers Rich
AJ123 wrote:
Does anyone know if when I Load an assembly using Reflection I also have to load all of it Dependencies?
Yes. You could try using ReflectionOnlyLoad[^] /ReflectionOnlyLoadFrom instead, to load just that assembly.
Regards Senthil [MVP - Visual C#] _____________________________ My Blog | My Articles | My Flickr | WinMacro