ServiceStack Örnek projeler çalıştırmaya çalışıyorum. Ben web istemcisi çalıştırdığınızda aşağıdaki hatayı alıyorum: Ben System.Data.SQLite.dll dosyası en son indirilen ve kullanmaya çalıştıkSystem.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}
ama hala aynı hatayı alıyorum. Windows 7 64-bit kutusunda 64-bit VS2010 çalıştırıyorum.
** Herhangi bir CPU ** ** x86 ** ama yine de elde aynı hata: Bu konuda
fazla bilgi üzerinde izlenebilir. – TheVillageIdiot