[sqlite] The type of the key field 'xxx' is expected to be 'System.Int64', but the value provided is actually of type 'System.Int32'

2015-05-06 Thread Jingfei Hu
Hi team, My bad that in fact the error The type of the key field 'xxx' is expected to be 'System.Int64', but the value provided is actually of type 'System.Int32' happens both under Debug and Release mode. The error is gone after upgrading to 1.0.96.0 version. Thanks, -J From: Jingfei Hu

[sqlite] The type of the key field 'xxx' is expected to be 'System.Int64', but the value provided is actually of type 'System.Int32'

2015-05-04 Thread Jingfei Hu
Hi team, I have a sqlite3 database file. I can read it in Debug mode in VS but not in Release mode. It gives me following error The type of the key field 'xxx' is expected to be 'System.Int64', but the value provided is actually of type 'System.Int32' I don't know what's behind it or some

[sqlite] System.Data.Sqlite with EF6 and VS2013 not working with a sqlite database file

2015-04-21 Thread Jingfei Hu
-Type: text/plain; charset="us-ascii" Jingfei Hu wrote: > > I have a VS2010 project from one of my friends. The project contains a > sqlite3 database file containing some tables and some views. According to my > friend, the database file is working properly with Visu

[sqlite] System.Data.Sqlite with EF6 and VS2013 not working with a sqlite database file

2015-04-19 Thread Jingfei Hu
Hi team, My dev box is: 1. Windows 8.1, 64 bit 2. Visual Studio 2013 with update 4 I've got a problem like this: I have a VS2010 project from one of my friends. The project contains a sqlite3 database file containing some tables and some views. According to my friend, the