0

nServiceBusMSMQ にメッセージを送信するために使用する C# プロジェクトに FitNesse テストを接続できません。

__EXCEPTION__:System.Reflection.TargetInvocationException: 
Exception has been thrown by the target of an invocation. 
---> System.InvalidOperationException: No configuration file found at: .\FitNesse\slim\Runner.exe.config, 
the default configuration for nservicebus requires an app.config to be present. Please add one!

フラグを使用してapp.configとを wiki ページに指定しようとしましたが、どちらも失敗しました。app.dll.config-a

4

1 に答える 1

0

私はそれを理解し、すべてのサードパーティのdllをRunner.exeを含むフォルダーにコピーし、app.configをコピーして、名前をRunner.exeに変更しました。すべてがうまくいきました。これが他の誰かに役立つことを願っています。

于 2012-12-05T16:46:29.390 に答える