I am using a app.config to load dll from other folders than my applications bin folder. Now I can load all the dll:s my application need at startup. The problem is that my application is using another dll when the user presses a button. Can I load this dll using the app.config?
Thanks