MSTest 不执行单元测试

发布于 2024-11-17 18:02:16 字数 598 浏览 2 评论 0原文

当我尝试在 Visual Studio 2010 IDE 中或从命令行(通过 mstest /testcontainer:my.dll)运行单元测试时,出现以下错误:

无法对测试运行“kootsookosp@TFSSERVER 2011-06-28 11:00:11”进行排队:找不到方法:“Void Microsoft.VisualStudio.TestTools.Agent” .AgentProcessManager.SetCurrentPlatform(System.Reflection.ProcessorArchitecture, Microsoft.VisualStudio.TestTools.Common.AssemblyClr 版本)'。

大多数其他帖子有关 mstest 错误表明存在安全问题,但这似乎有所不同。

谷歌搜索上述错误消息似乎没有显示任何相关的内容。

When I try to run my unit tests, either in the Visual Studio 2010 IDE or from the commands line (via mstest /testcontainer:my.dll), I get this error:

Failed to queue test run 'kootsookosp@TFSSERVER 2011-06-28 11:00:11': Method not found: 'Void Microsoft.VisualStudio.TestTools.Agent
.AgentProcessManager.SetCurrentPlatform(System.Reflection.ProcessorArchitecture, Microsoft.VisualStudio.TestTools.Common.AssemblyClr
Version)'.

Most other posts regarding mstest errors suggest an issue with security, but this seems different.

Googling the above error message doesn't appear to show anything much that seems relevant.

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

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

发布评论

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

评论(1

逆蝶 2024-11-24 18:02:16

my.dll 是 64 位吗? MSTest 不支持这一点。

Is my.dll 64 bits? MSTest does not support that.

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