gpt4 book ai didi

.net - 为什么我的测试因 System.Security.VerificationException 而失败?

转载 作者:行者123 更新时间:2023-12-01 11:58:24 25 4
gpt4 key购买 nike

我正在将我的一个项目从 VS2008 迁移到 VS2010。现在,当我运行测试工具时,我将解决方案中的所有项目都转换为 .NET 4.0(客户端配置文件),几乎所有测试都失败了,但出现以下异常:

System.Security.VerificationException: Operation could destabilize the runtime.



我一直无法确定发生此异常的原因。当我在 Debug模式下运行它们时,测试运行得很好。

整个解决方案可供下载 here .

任何人都可以指出我正确的方向吗?

最佳答案

问题似乎与您激活的代码覆盖率有关。禁用代码覆盖可以解决这个问题。您可以将以下内容放入您的 AssemblyInfo.cs:

[assembly: SecurityRules(SecurityRuleSet.Level1, SkipVerificationInFullTrust = true)]

并重新激活代码覆盖率。

关于.net - 为什么我的测试因 System.Security.VerificationException 而失败?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3917374/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com