creating Linq to sqlite dbml from DbLinq source code
- by Veer
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