3

私はNUnitテストクラスを動作させるのに苦労してきました.VS2012でResharper 7.1.2経由でNUnit 2.6.2を使用しています。私が抱えている問題は、テスト ケースを実行/デバッグするときに、NUinit がテスト対象のプロジェクト アセンブリを見つけられないことです。すべての dll がテスト アプリのデバッグ フォルダーにあるように見えますが、テスト アプリはそれらを見つけていません。Fusion ログを使用すると、次のエラー ログが表示されます:-

<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><!-- saved from url=(0015)assemblybinder: --></head><body><pre>*** Assembly Binder Log Entry  (21/06/2013 @ 08:46:43) ***

The operation failed.
Bind result: hr = 0x80070002. The system cannot find the file specified.

Assembly manager loaded from:  C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
Running under executable  C:\Program Files (x86)\JetBrains\ReSharper\v7.1\Bin\JetBrains.ReSharper.TaskRunner.CLR4.exe
--- A detailed error log follows. 

=== Pre-bind state information ===
LOG: DisplayName = PbakConnectAssy, Version=1.0.0.0, Culture=neutral, `enter code here`PublicKeyToken=null
 (Fully-specified)
LOG: Appbase = file:///C:/Program Files (x86)/JetBrains/ReSharper/v7.1/Bin/
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = JetBrains.ReSharper.TaskRunner.CLR4.exe
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Program Files (x86)\JetBrains\ReSharper\v7.1\Bin\JetBrains.ReSharper.TaskRunner.CLR4.exe.Config
LOG: Using host configuration file: 
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/Program Files (x86)/JetBrains/ReSharper/v7.1/Bin/PbakConnectAssy.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/JetBrains/ReSharper/v7.1/Bin/PbakConnectAssy/PbakConnectAssy.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/JetBrains/ReSharper/v7.1/Bin/PbakConnectAssy.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/JetBrains/ReSharper/v7.1/Bin/PbakConnectAssy/PbakConnectAssy.EXE.
LOG: All probing URLs attempted and failed.

</pre></body></html>

私は完全に困惑しているので、助けていただければ幸いです。

4

2 に答える 2

0

テスト プロジェクトのターゲット プラットフォームを x86 に変更します。

アップデート:

また、Visual Studio 2012 で実行すると、ReSharper 7.1.2 にバグがあります。ReSharper をバージョン 7.1.3 に更新してみてください。

関連する質問は次のとおりです: Resharper テスト ランナー: ファイルまたはアセンブリ 'System.Windows' を読み込めませんでした

于 2013-06-21T08:20:59.140 に答える
0

同じエラーが発生しましたが、VS を管理者として実行すると解決しました。

于 2015-06-02T04:26:43.937 に答える