0

I trying to make a sample sqlite db app in windows phone 8 using this example.

now i am not able to add sqlite.dll in project.

enter image description here

enter image description here

enter image description here

xlecoustillier
  • 16,183
  • 14
  • 60
  • 85
  • Try deleting that reference and adding a new reference of Sqlite phone. The error is usually shown when you have a reference of an old sqlite version while you have updated the SQlite to a recent newer version – Jerin Jul 02 '15 at 06:18
  • tried 10 times...nothing helped – neha gupta Jul 02 '15 at 06:59
  • have you added SQlite-net nuget package? Also you need to try the 4th step of your example and select the dll of the newly installed sqlite not the old one – Jerin Jul 02 '15 at 08:27
  • nothing is shown in my package manager. where are these packages saved.? – neha gupta Jul 02 '15 at 09:46
  • Go to your Documents\Visual Studio 2015\Projects or the location where your solution file is after addition of nuget package you will find a Packages folder inside it you will find your installed packages. – Jerin Jul 03 '15 at 05:53
  • Please follow this link, [Sqlite exception][1] [1]: http://stackoverflow.com/questions/19160873/exception-when-using-sqlite-in-winrt-app – KiShOrE Jul 03 '15 at 07:33

0 Answers0