c# - Load native DLLs for third-party framework -


i have asp.net app needs third-party framework (consisting of few managed , loads of native dlls) specific functionality.

i want place native dlls in folder outside bin folder of web app. there way tell third-party managed dlls load native dlls specific directory? managed framework provides no such function.

what options?

i think question may have been answered:

how add folder assembly search path @ runtime in .net?

or perhaps couple of other options:

load dll reference different folder?


Comments