How do you load an assembly - .dll file, which itself references other assemblies?
I'm reading the assembly I wish to load from my app.config, and have been puzzled why it will not load until I realised that the assembly I am wishing to load actually contains references to another bunch of dlls.
So, I presume, somehow that i have t o load the other assemblies too. Can anyone help and point me in the right direction?
Thanks
Chris