Dll Microsoft.VisualStudio.QualityTools.CommandLine.dll 版本 10.0.0.0 丢失
我尝试使用 Resharper 在 Visual Studio 2010 中运行 MsTest 单元测试,但它显示 dll“Microsoft.VisualStudio.QualityTools.CommandLine.dll”版本 10.0.0.0 未找到。 可能有人知道如何修复它或者我在哪里可以找到这个 dll 或下载它? 谢谢。
I try to run MsTest unit tests in Visual Studio 2010 with Resharper, but it says dll "Microsoft.VisualStudio.QualityTools.CommandLine.dll" version 10.0.0.0 not found.
May be anybody know how to fix it or where I could find this dll or download it?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须升级到较新版本的 ReSharper(6.0 及更高版本)。 5.1.3 无法修复。
在 Visual Studio 2010 中,该程序集已安装到 .NET GAC,并且已由 ReSharper 成功解析。运行 MSTest 单元测试失败是由其他原因引起的。
You must upgrade to a newer release of ReSharper (6.0 and above). There is no way to fix 5.1.3.
In Visual Studio 2010, that assembly is already installed to .NET GAC, and it is successfully resolved by ReSharper. The failure of running MSTest unit tests was caused by something else.