Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

using sqlite for a windows phone 8 app

I want to use sqlite db in my windows phone 8 app.

I am have come across a blog which I am following to use sqlite in my app.

The version I have downloaded for SQLite for Windows Phone is 3.8.0. Also I have downloaded sqlite-net-wp8 project from GITHUB.

The problem I am facing is that while including this sqlite-net-wp8 prject in my WP8 app solution, its giving an error

Unable to read the project file Sqlite.vcxproj

Also it says,

the imported project C:\Program Files\Microsoft SDKs\Windows Phone\v8.0\ExtensionSDKs\SQLite.WP80\3.8.0.2\DesignTime\Common Configuration\Neutral\SQLite.QP80.props not found

What am I doing wrong ??

like image 254
Jack Avatar asked Oct 04 '22 00:10

Jack


1 Answers

I Hope this link helps as it is from MsDn

Sqlite for windows phone 8

like image 62
Anobik Avatar answered Oct 07 '22 18:10

Anobik