I use third party library in my project. Call it like MainLibNET.dll
. I added this library in References
of my project. This dll has dependencies w
Managed assemblies get shadow copied by ASP.NET. This process doesn't include unmanaged libraries which explains why they cannot be resolved. One possibility is to add those native libraries into the c:\windows\System32\Inetsrv
folder. Another possibility is to put them into a folder which is part of the PATH
environment variable.