Visual Studio から単体テストを実行しようとすると、次のエラーが発生します。少し調べてみて、Gallio と TD.Net の両方を再インストールしましたが、それでも同じエラーが発生します。私はどこから始めればいいのかわからないので、Googleを検索してもほとんど何も見つかりません...
Gallio.Loader.LoaderException: Gallio.Loader.LoaderException: Failed to setup the runtime. ---> Gallio.Runtime.RuntimeException: The runtime could not be initialized. ---> Gallio.Runtime.RuntimeException: Could not register component 'TDNetRunner.UI.PlaceholderPreferencePaneProvider' of plugin 'Gallio.TDNetRunner.UI' because it implements service 'Gallio.UI.PreferencePaneProvider' which was not found in the registry.
Gallio.Runtime.Extensibility.PluginCatalog.RegisterComponents (IRegistry レジストリ、IList1 topologicallySortedPlugins, IList
GetSharedEnvironment() で Gallio.TDNetRunner.Core.LocalProxyTestRunner.CreateRemoteProxyTestRunner() で Gallio.TDNetRunner.Core.LocalProxyTestRunner.RunImpl(IFacadeTestListener testListener, String assemblyPath, String cref, FacadeOptionsfacadeOptions) で Gallio.TDNetRunner.Core.BaseProxyTestRunner.Run(IFacadeTestListener) testListener、String assemblyPath、String cref、FacadeOptions、facadeOptions) System.Runtime.Remoting.ServerException: Gallio.Loader.LoaderException: Gallio.Loader.LoaderException: ランタイムのセットアップに失敗しました。---> Gallio.Runtime.RuntimeException: ランタイムを初期化できませんでした。---> Gallio.Runtime.RuntimeException: プラグイン 'Gallio.TDNetRunner.UI' のコンポーネント 'TDNetRunner.UI.PlaceholderPreferencePaneProvider' を登録できませんでした。PreferencePaneProvider' がレジストリに見つかりませんでした。Gallio.Runtime.Extensibility.PluginCatalog.RegisterComponents (IRegistry レジストリ、IList1 topologicallySortedPlugins, IList
1 pluginDescriptors) at Gallio.Runtime.Extensibility.PluginCatalog.ApplyTo(IRegistry registry) at Gallio.Runtime.DefaultRuntime.RegisterLoadedPlugins() at Gallio.Runtime.DefaultRuntime.Initialize() --- 内部例外スタック トレースの終了 --- at Gallio.Runtime.DefaultRuntime.Initialize() at Gallio.Runtime.RuntimeBootstrap.Initialize(RuntimeSetup setup, ILogger logger) at Gallio.Runtime.Loader.GallioLoaderBootstrap.SetupRuntime(String runtimePath) --- 内部例外スタック トレースの終了 --- Gallio.Loader.LoaderManager.LoaderImpl.SetupRuntime() で Gallio.Loader.Isolation.IsolatedEnvironmentManager.IsolatedInitializer.SetupRuntime() で Gallio.Loader.Isolation.IsolatedEnvironmentManager.IsolatedEnvironment.UnwrapException(例外 ex) で Gallio.Loader.Isolation.IsolatedEnvironmentManager .Gallio.Loader.SharedEnvironment.SharedEnvironmentManager.CreateSharedEnvironment() での IsolatedEnvironment.SetupRuntime()、Gallio.TDNetRunner.Core.LocalProxyTestRunner.CreateRemoteProxyTestRunner() での Gallio.Loader.SharedEnvironment.SharedEnvironmentManager.GetSharedEnvironment()。 RunImpl(IFacadeTestListener testListener, String assemblyPath, String cref, FacadeOptionsfacadeOptions) で Gallio.TDNetRunner.Core.BaseProxyTestRunner.Run(IFacadeTestListener testListener, String assemblyPath, String cref, FacadeOptionsfacadeOptions) で Gallio.TDNetRunner.Core.BaseProxyTestRunner.Run(IFacadeTestListener testListener 、文字列 assemblyPath、文字列 cref、FacadeOptions FacadeOptions) で Gallio.TDNetRunner.GallioResidentTestRunner.Run(ITestListener testListener、文字列 assemblyFile、文字列 cref) の TestDriven.TestRunner.AdaptorTestRunner.Run(ITestListener testListener, ITraceListener traceListener, String assemblyPath, String testPath) の TestDriven.TestRunner.ThreadTestRunner.Runner.Run()
0 件成功、1 件失敗、0 件スキップ、4.01 秒かかりました (MbUnit v3.3)。