无法获取 StrongNameKeyPair 的公钥
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.