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

前端 未结 12 1062
无人及你
无人及你 2020-12-10 05:57

EDIT (the whole question, it was too unclear)

I want to use OpenSSL.NET

The OpenSSL.NET install instructions page: INSTALL

12条回答
  •  温柔的废话
    2020-12-10 06:31

    As a last resort, if nothing else works:

    It may be useful to know where the application (.net or not) is looking for the DLLs. Just use Process Monitor and filter for the file name of the DLL. Then copy it to a location where the application is looking for it.

提交回复
热议问题