Re: AppDomain.Load() issue
Hi All, thought I'd poke this subject.
I'm trying mainly the same thing, loading assemblies to have them unloaded again and I simply can't find any way to do this for assemblies not residing in the executing directory.
What I'm trying to do is to retrieve the assembly version for some assemblies and since these should be able to be switched runtime I cannot load them normally (Assembly.LoadFile) since it would lock them.
I'm really at the end of my rope here, I haven't found anything anywhere that says anything about this in a usable manner, help is greatly appreciated.
Thanks a lot guys