System.BadImageFormatException al ejecutar ejemplos de ServiceStack.

Estoy tratando de correrServiceStack Ejemplos de proyectos. Cuando ejecuto el cliente web obtengo el siguiente error:

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

He descargado el último archivo System.Data.SQLite.dll e intenté usarlo, pero sigo recibiendo el mismo error. Estoy ejecutando VS2010 de 64 bits en el cuadro de Windows 7 de 64 bits.

Respuestas a la pregunta(2)

Su respuesta a la pregunta