dllnotfoundexception

Why doesn't .NET find the OpenSSL.NET dll?

天大地大妈咪最大 提交于 2019-11-27 03:32:45
问题 EDIT (the whole question, it was too unclear) I want to use OpenSSL.NET The OpenSSL.NET install instructions page: INSTALL Make sure you have libeay32.dll and ssleay32.dll in the current working directory of your application or in your PATH. DONE In your .NET project, add a reference to the ManagedOpenSsl.dll assembly. DONE I have put libeay32.dll and ssleay32.dll in both my bin/Debug and bin/Release directories. I have also put them in system32 . Here is my FULL code: using System; namespace