c# - Avoiding errors when loading DLLs -


i trying use mef, however, noticed crash if .dll wrong interface present in directory being used. there way correct/avoid issue, beyond allowing correct .dlls present in plugin folder?

edit

error is: unable load 1 or more of requested types. retrieve loaderexceptions property more information.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -