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

前端 未结 12 1088
无人及你
无人及你 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:27

    The .NET way of doing this is to install your assembly in the global assembly cache.

    Each computer where the common language runtime is installed has a machine-wide code cache called the global assembly cache. The global assembly cache stores assemblies specifically designated to be shared by several applications on the computer.

提交回复
热议问题