【发布时间】:2010-09-12 16:27:12
【问题描述】:
我有一个引用 MvcContrib.Castle 的类库。我的程序集已签名,但不会编译
错误
Error 129 Assembly generation failed -- Referenced assembly 'MvcContrib.Castle' does not have a strong name
我已经尝试添加到 AssemblyInfo.cs 中
using System.Security;
[assembly: AllowPartiallyTrustedCallers]
问题仍然存在。
我也尝试过以下方法:http://paulwideman.com/softwareartist/tag/medium-trust/
有人知道要做什么吗?
如果它有助于我使用 .net 4
提前多谢
【问题讨论】:
标签: .net medium-trust