How to include libsodium.net on ASP.NET

后端 未结 2 1144
礼貌的吻别
礼貌的吻别 2020-12-06 17:50

I have an old webservice build on ASP.NET (using .asmx) files. I need to use sodium.net - unfortunately it fails while loading the dependent libsodium.dll file. Any ideas ab

2条回答
  •  隐瞒了意图╮
    2020-12-06 18:22

    Note that you may also need to install the Microsoft Visual C++ 2015 Redistributable on your server (either the x64 or x86 target, depending on your process.)

    Don't forget to restart your app pool (I did an IIS reset) after installing the redistributable.

    See my comment on https://stackoverflow.com/a/45078280/284704.

提交回复
热议问题