asp.net web mvc プロジェクト内で Couchbase クライアントを使用しています (ここから dll ファイルをダウンロードしました)
Windows Server 2012 x64 に Couchbase Server をインストールしています。
プロジェクトを開発するとき、すべてが期待どおりに機能します。サーバーで Web サイトを公開すると、次のエラーが発生します。
Could not load file or assembly 'Enyim.Caching' or one of its dependencies.
Strong name signature could not be verified.
The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)
ハマった!私もこの答えを試しましたが、効果はありませんでした。
私に何ができる?