Hi, Sorry if this isn't the right place for this query - not sure where else though,
I'm trying to use system.date,sqlite in my project but am having difficulty making it build. I've tried at least these ways: - installing from the precompiled installer for 1.0.72; the library wasn't visible as a data provider or in add references though it was in the GAC - building the solution - more or less worked but couldn't find a way to build it such that the database operations worked (i.e. it got into the C# wrapper but no further, claiming a bad format dll) - referencing the project files from the solution in my program solution - problem same as above. [This is my preferred option as I can then get the appropriate release/debug or x86/x64 executable as required.]This is my preferred option as I can then get the appropriate release/debug or x86/x64 executable as required. - installing the 1.0.66 version binaries; worked much better but when I tried to use Linq to create a database it failed with a syntax error near "DATABASE" - building the debug solution for 1.0.66 (to try to work out what SQL linq had asked to be executed) failed with the bad format error. Can the syntax error be changed to include more of the text? <http://system.data.sqlite.org/index.html/wiki?name=Can+the+syntax+error+be+changed+to+include+more+of+the+text%3F> I'm very frustrated! Can you help? Ruth _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

