System.BadImageFormatException na execução de exemplos do ServiceStack.

Estou tentando correrServiceStack Exemplos de projetos. Quando executo o cliente Web, estou recebendo o seguinte erro:

{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}

Eu baixei o arquivo System.Data.SQLite.dll mais recente e tentei usá-lo, mas ainda estou recebendo o mesmo erro. Estou executando o VS2010 de 64 bits na caixa de 64 bits do Windows 7.

questionAnswers(2)

yourAnswerToTheQuestion