Re: [sqlite] FW: How to add SQLite SDK/dll to WP 8 project

2012-12-05 Thread Scott Tiger
Hi, Suresh Official SQLite is not supported on .NET managed-code for Windows Phone 8 currently. Use LINQ to SQL. (Local Database) http://code.msdn.microsoft.com/wpapps/Local-Database-Sample-57b1614c Or use another library like 'csharp-sqlite'. http://code.google.com/p/csharp-sqlite/ Official

[sqlite] FW: How to add SQLite SDK/dll to WP 8 project

2012-11-30 Thread suresh P
Hi, Could you please help me to fix my issue. I am trying to do my first Windows phone 8 app with SQLite. I installed the extension "SQLite for Windows phone". Then I tried to add its SDK references to the project. but I didn't find it (see pic2 attached). I restarted Visual Studio 2012 and