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
Post a Comment