creating Linq to sqlite dbml from DbLinq source code

Posted by Veer on Stack Overflow See other posts from Stack Overflow or by Veer
Published on 2010-03-07T11:56:39Z Indexed on 2010/03/08 17:06 UTC
Read the original article Hit count: 806

Filed under:
|
|
|

Hi All,

I tried to create linq-to-sqlite dbml using DbLinq but in vain. Each time I get different type of errors. May be I'm somewhere wrong.

Can anyone tell me the step by step procedure to create the dbml file from the Dblinq source code.

Edit:
Steps I Followed:

I downloaded the source file from this link.
Edited the "run_sqliteMetal.bat" file in \\DbLinq-0.19\src\DbMetal folder as

'DbMetal.exe -database:myDb.db3 -namespace:myNS -code:myCode.cs' -dbml:myDbml.dbml

Tried to run the DbMetal project file to produce the executable but there was a runtime error since Options object in Parameters.cs was null.
Hence downloaded the readymade exe file from this location
Copied it into the \DbLinq-0.19\src\DbMetal folder
Executed the "run_sqliteMetal.bat" file
I got a blank screen and Windows Error Msg "DbLinq has stopped Working"

Any help?

Thanks in advance,
Veer

© Stack Overflow or respective owner

Related posts about LINQ

Related posts about sqlite