【发布时间】:2013-03-11 08:06:20
【问题描述】:
我在我的 asp.net web mvc 项目中使用 Couchbase 客户端(我从 here 下载了 dll 文件)
我在 Windows Server 2012 x64 上安装了 Couchbase 服务器。
在开发项目时,一切都按预期进行。当我在服务器上发布网站时,出现此错误:
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,但没有效果。
我能做什么?
【问题讨论】:
标签: visual-studio-2012 couchbase strongname strong-named-key