Hello,
I've got an SQLite database file (.db) which is created by a video game. I've installed the SQLite for Windows runtime component.
Via the data connection wizard, I connect to the db file. The db tables are well listed, I choose them all and click Next. After a long while (db file is pretty huge), error:
The object reference is not set to an instance of an object.
No tables are added.
I've tried to only add the few first tables and it worked ! Then I added the tables one by one and, with few tables, I got some errors like this:
<"main".Belief_MaxYieldModifierPerFollower>
SELECT statement absent or incomplete.
Impossible to analyse the request string.
<"main".BuildFeatures>
Error in the SELECT* statement: expression nearby ','.
FROM statement absent.
Impossible to analyse the request string.
After adding a couple of table more, I got the error:
An exception occured during the generation of the property of the data source generator.
And in the error list of VS, this error appears:
Error of the personnal tool: Code generation failure. Impossible to convert the input xml file to a Dataset. The content model becomes ambiguous when element 'http://tempuri.org/DataSet1.xsd
olicy_FreeUnitClasses'
is defined several times.
Did someone experienced problems with SQLite for Windows runtime tool ?