问题描述
我在运行单元测试 (Nunit) 时遇到了 VS2012 和 Resharper 7.1.2 的问题.
I have an issue with VS2012 and Resharper 7.1.2 at the moment to run unit tests (Nunit).
完整的错误信息在这里:
The complete error message is here:
Unit Test Runner 无法运行测试:
System.IO.FileNotFoundException: 无法加载文件或程序集System.Windows,版本 = 5.0.5.0,文化 = 中性,PublicKeyToken= 7cec85d7bea7798e' 或其依赖项之一.系统找不到指定的文件."
System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows, Version=5.0.5.0, Culture =neutral,PublicKeyToken= 7cec85d7bea7798e' or one of its dependencies. The system cannot find the file specified."
我上传了最新版本的 Resharper (7.1.2),我尝试使用 vs2010,但问题仍然存在.有什么帮助吗?
I have upload the last version of Resharper (7.1.2) and i tried use vs2010 but the problem is there yet.Any help?
推荐答案
此问题已为人所知 (http://youtrack.jetbrains.com/issue/RSRP-339987) 和预发布的 7.1.3 版可在此处下载 (http://download.jetbrains.com/resharper/ReSharperSetup.7.1.3000.1964.msi).
This issue is already known (http://youtrack.jetbrains.com/issue/RSRP-339987) and a pre released version 7.1.3 is downloadable here (http://download.jetbrains.com/resharper/ReSharperSetup.7.1.3000.1964.msi).
这个版本目前不是官方的.
This version is currently not official.
这篇关于Resharper 测试运行程序:无法加载文件或程序集“System.Windows"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!