Hi,
I can load an assembly using the Assembly.Load(. ...)
However, I'd like dynamic loading of assemblies to be identical to putting
an assembly reference in your VS2005 project. and yes, I know about the
unloading problems. Let's say I don't care for the moment.
If I have an assemlbly file at "c:\\assembly.d ll" - how do I load it at
runtime as if it were references in the project at build time? I know
something about loading an assembly into the current appDomain but can't
seem to be able to find examples on how to do that. My attemps on this have
failed.
Help?
Thanks
Ron
I can load an assembly using the Assembly.Load(. ...)
However, I'd like dynamic loading of assemblies to be identical to putting
an assembly reference in your VS2005 project. and yes, I know about the
unloading problems. Let's say I don't care for the moment.
If I have an assemlbly file at "c:\\assembly.d ll" - how do I load it at
runtime as if it were references in the project at build time? I know
something about loading an assembly into the current appDomain but can't
seem to be able to find examples on how to do that. My attemps on this have
failed.
Help?
Thanks
Ron
Comment