【问题标题】:MvcContrib.Castle Meduim Trust & Signed AssembliesMvcContrib.Castle Meduim 信任和签名程序集
【发布时间】: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


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2010-11-06
      • 1970-01-01
      • 2011-12-20
      • 2018-08-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多