从 Visual Studio 启动 NUnit 无法加载 nunit.uikit.XmlSerializers
我已将 Visual Studio 设置为将 Nunit 作为外部程序启动,以运行模块中编写的所有测试。
它给了我这个错误:无法加载文件或程序集'nunit.uikit.XmlSerializers,Version=2.5.0.9122,Culture=neutral,PublicKeyToken=96d09a1eb7f44a77,
但如果我从命令行运行它: nunit.exe Tests.dll
它启动得很好。 我还可以打开 GUI,然后将其指向 DLL,它工作得很好。
I have set my Visual Studio to start Nunit as an external program to run all the tests written in a module.
It gives me this error: Could not load file or assembly 'nunit.uikit.XmlSerializers, Version=2.5.0.9122, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77
but if I run it from command-line:
nunit.exe Tests.dll
it launches just fine. I can also open up the GUI and then point it to the DLL and it works fine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个异常是 NUnit 抛出的内部异常,我的调试器在抛出异常时中断,所以它停止了:)
This exception is an internal exception NUnit is throwing, I have my debugger to break on exceptions when they are thrown so it was stopping :)