Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.NET 正在寻找旧版本的 OpenSSL。安装最新版本时寻找 1.0.0a。方法被识别,但不会在正在运行的项目上执行。
正确安装的步骤...获取最新版本。尝试最新版本的 OpenSSL.NET ( 0.5 )
将 libeay32.dll 和 ssleay32.dll 直接放到项目文件夹中,保证工作正常。然后引用 ManagedOpenSSL.dll。
为什么-doesnt-net-find-the-openssl-net-dll