I am trying to use DbLinq for the first time to generate a dbml file from a Firebird DB. I am running the 32-bit version of Firebird on Win7 64-bit. Here is what I have done:
1: Made sure VS2010 can connect to and create a ADO.Net typed dataset from the Firebird DB. 2: Modified the DbMetal.exe.confg: <provider name="Firebird" dbLinqSchemaLoader="DbLinq.Firebird.FirebirdSchemaLoader, DbLinq.Firebird" databaseConnection="FirebirdSql.Data.FirebirdClient, Version=2.5.2.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c" /> 3: Run the command: DbMetal --provider=Firebird --database=C:\Data\CPDIR.FDB -- server=127.0.0.1 --user=sysdba --password=masterkey --dbml:cpdir.dbml And I get the error: DbMetal: The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047) Any suggestions on what I am missing? Sam -- You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/dblinq?hl=en.
