MvcContrib.Castle Meduim Trust &签署大会

发布于 2024-09-18 10:11:12 字数 500 浏览 6 评论 0原文

我有一个引用 MvcContrib.Castle 的类库。我的程序集已签名,但不会编译

错误

错误 129 程序集生成失败 -- 引用的程序集“MvcContrib.Castle”没有强名称

我已尝试添加到 AssemblyInfo.cs 中,

using System.Security;
[assembly: AllowPartiallyTrustedCallers]

问题仍然存在。

我也尝试过以下操作: http://paulwideman.com/softwareartist/tag/medium-信任/

有人知道要做什么吗?

如果它对我使用 .net 4 有帮助,

非常感谢

I have a class library which references MvcContrib.Castle. My Assembly is signed, but will not compile

error

Error 129 Assembly generation failed -- Referenced assembly 'MvcContrib.Castle' does not have a strong name

I have tried added to the AssemblyInfo.cs

using System.Security;
[assembly: AllowPartiallyTrustedCallers]

the issue persists.

I have tried the following too: http://paulwideman.com/softwareartist/tag/medium-trust/

Anyone know what todo?

if it helps im using .net 4

many thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笑看君怀她人 2024-09-25 10:11:12

您可以在不重建 MvcContrib dll 的情况下使用它们,例如使用此工具: http://signer.codeplex.com/

You can sing MvcContrib dlls without rebuilding them, for example with this tool: http://signer.codeplex.com/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文