我在我的asp.net web mvc项目中使用Couchbase client (我从here下载了dll文件)
我在Windows Server 2012 x64上安装了Couchbase Server。
在开发项目时,一切都按预期进行。当我在服务器上发布网站时,我得到这个错误:
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)我被卡住了!我也尝试过this answer,但没有效果。
我能做什么?
发布于 2013-03-11 21:34:29
1.2.2版本有一个问题(与签名相关)。在http://packages.couchbase.com/clients/net/1.2/Couchbase-Net-Client-1.2.3.zip上发布了一个修复(NuGet也会更新)。我会调查为什么这个网站没有新的链接。对于造成的混乱,我表示歉意。
https://stackoverflow.com/questions/15333768
复制相似问题