G
Guest
Hello-
I'm looking to do something similar to Assebly.Load or
Assembly.LoadFrom, but rather than specify the file name, I want to give it a
URL, so, I could do something like this:
Assembly a = Assembly.LoadFrom("http://mysite/myAssembly.dll");
Does anyone know how to do this, or something equivalent?
Regards-
Eric
I'm looking to do something similar to Assebly.Load or
Assembly.LoadFrom, but rather than specify the file name, I want to give it a
URL, so, I could do something like this:
Assembly a = Assembly.LoadFrom("http://mysite/myAssembly.dll");
Does anyone know how to do this, or something equivalent?
Regards-
Eric