ServiceStack 프로젝트를 실행하려고합니다. 나는 웹 클라이언트를 실행하면 나는 다음과 같은 오류가 점점 오전 : 나는 System.Data.SQLite.dll 파일 최신 다운로드 및 사용하는 것을 시도했다ServiceStack 예제를 실행할 때 System.BadImageFormatException이 발생합니다.
{System.BadImageFormatException: An attempt was made to load a program with an
incorrect format. (Exception from HRESULT: 0x8007000B)
at Mono.Data.Sqlite.UnsafeNativeMethods.sqlite3_open_v2(Byte[] utf8Filename,
IntPtr& db, Int32 flags, IntPtr vfs)
at Mono.Data.Sqlite.SQLite3.Open(String strFilename, SQLiteOpenFlagsEnum
flags, Int32 maxPoolSize, Boolean usePool)
at Mono.Data.Sqlite.SqliteConnection.Open()
at ServiceStack.OrmLite.OrmLiteConnection.Open()
at ServiceStack.OrmLite.OrmLiteConnectionFactory.OpenDbConnection()
at ServiceStack.Examples.ServiceInterface.Support.ConfigureDatabase
.Init(IDbConnectionFactory connectionFactory)
in E:\ServiceStack.Examples\src\ServiceStack.Examples\
ServiceStack.Examples.ServiceInterface\Support\ConfigureDatabase.cs:line 23}
,하지만 여전히 같은 오류를 얻고있다. Windows 7 64 비트 시스템에서 64 비트 VS2010을 실행 중입니다.
** 모든 CPU **, ** 86 **하지만 여전히 점점 같은 오류 :이 약
더 많은 정보를 추적 할 수 있습니다. – TheVillageIdiot