System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 190ee3a7590ecfff8bb8bc20c3abf5e186c0e45f
Title: Namespace does not recognize system.data.sqlite
Status: Closed Type: Incident
Severity: Important Priority: Medium
Subsystem: None Resolution: Works_As_Designed
Last Modified: 2015-03-26 18:30:23
Version Found In: 1.0.96.0
User Comments:
anonymous added on 2015-03-26 10:58:59:
When i put the "namespace System.Data.SQLite;" generates a compile error "The type or namespace name 'Data' does not exist in namespace 'System' (are you missing a assembly reference?). 
Cenario: 
1) Added the extension "SQLite for Windows Phone 8.1". Version 3.8.8.3
2) Close VS 2013 update 4 professional.
3) Reopen VS and create a windows 8.1 phone blank app (changing the target to x86).
4) Install the package System.Data.SQLite on the solution. Version is 1.0.96.0
5) Add the namespace 'System.Data.SQLite'. The error appears. 
Perhaps I missing something basic, but tryied to read the SQLite.NET.chm documentation. This doc is completely blank.

Regards, Freddy
Thanks.

mistachkin added on 2015-03-26 18:30:23:
System.Data.SQLite is not supported on Windows Phone 8.1.  Instead, you'll want
to use the "sqlite-net" wrapper, available at:

    https://github.com/praeclarum/sqlite-net