load and execute assembly from arbitary directory

Posted by bitbonk on Stack Overflow See other posts from Stack Overflow or by bitbonk
Published on 2010-06-10T12:52:29Z Indexed on 2010/06/10 13:03 UTC
Read the original article Hit count: 124

Filed under:

How can I load, reflect on and then instanciate types of an assembly that is in an arbitary directory on the system using Assembly.Load or similar without having to modify any security settings for the runtime on the machine. The user should be able to specify the name and location at runtime.

© Stack Overflow or respective owner

Related posts about assembly-resolution