MvcContrib.Castle Meduim Trust &签署大会
我有一个引用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在不重建 MvcContrib dll 的情况下使用它们,例如使用此工具: http://signer.codeplex.com/
You can sing MvcContrib dlls without rebuilding them, for example with this tool: http://signer.codeplex.com/