0

dbFitは初めてです。1つのクエリを除いて、クエリを正常に実行したバージョンdbfit1.1をダウンロードしました。その後、そのクエリはタイムアウトします。

その後、タイムアウトの修正で更新すると(https://github.com/jediwhale/fitsharp)、失敗します。

次に、次のエラーを返します。

    System.ApplicationException: Type 'dbfit.sqlserver' could not be found in  assemblies.
   Assemblies searched:    file:///C:/fitnesse20090321/fitnesse/dotnet/FitLibrary.DLL
file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
file:///C:/fitnesse20090321/fitnesse/dotnet/FitServer.exe
file:///C:/fitnesse20090321/fitnesse/dotnet/fit.DLL
file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
         file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
      Load errors: Could not load file or assembly 'file:///C:\fitnesse20090321\fitnesse\dotnet\dbfit.dll' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded., Could not load file or assembly 'file:///C:\fitnesse20090321\fitnesse\dotnet\dbfit.sqlserver.dll' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded., Could not load file or assembly 'file:///C:\fitnesse20090321\fitnesse\dotnet\dbfit.sybase.dll' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded., Could not load file or assembly           'file:///C:\fitnesse20090321\fitnesse\dotnet\fitSharp.dll' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded., Could not load file or assembly 'file:///C:\fitnesse20090321\fitnesse\classes' or one of its dependencies. The system cannot find the file specified., Could not load file or assembly 'file:///C:\fitnesse20090321\fitnesse\fitnesse.jar' or one of its dependencies. The module was expected to contain an assembly manifest.
  at fit.Assemblies.FindType(TypeName theName)
  at fit.TypeName.get_Type()
 at fit.TypeName.CreateInstance()
  at fit.Fixture.LoadClass(String theClassName)
  at fit.StoryTest.DoTables()

解決策について何かアイデアはありますか?

4

1 に答える 1

0

どのダウンロードを取得しましたか? 他のソフトウェアが使用している別のバージョンの .Net Framework 用の zip ファイルをダウンロードしたようです (おそらく 2.0 ではなく 4.0 です)。

于 2012-06-20T20:43:22.783 に答える