无法获取 StrongNameKeyPair 的公钥

发布于 2024-08-23 05:27:41 字数 314 浏览 6 评论 0原文

我在 Windows 2008 虚拟 PC 上运行 Visual Studio 2008。我决定尝试一下 IDE 中内置的 Microsoft 测试工具(而不是我通常使用的 NUnit)。使用单元测试向导,VS 将一个新的测试项目添加到源代码树中,创建一堆单元测试。

当我尝试编译时,出现“无法获取 StrongNameKeyPair 的公钥”错误。我已经检查了我的项目和单元测试项目的属性,并且我正在为每个项目签署一个密钥...

Google 建议我致电 “sn.exe -m n” “sn.exe -c”

但这不起作用。

我可以尝试什么想法吗?

I have visual studio 2008 running on a Windows 2008 virtual PC. I decided to try out the Microsoft Test Tools built into the IDE (as opposed to NUnit, which I typically use). Using the Unit Testing wizard, VS adds a new test project to the source tree, creates a bunch of unit tests.

When I try and compile, I get this "Unable to obtain public key for StrongNameKeyPair" error. I've checked the properties for both my project and the unit test project, and I am signing a key for each of them...

Google suggests I call
"sn.exe -m n"
"sn.exe -c"

But that doesn't work.

Any ideas what I could try?

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

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

发布评论

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

评论(1

风启觞 2024-08-30 05:27:41

MSDN 论坛主题 似乎描述了您的问题:不支持单元测试和受保护的密钥。该线程有建议和解决方法。

MSDN forum thread seems to describe your very problem: unit test and protected keys are not supported. The thread has suggestions and work-arounds.

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