FileNotFoundException in xamarin.forms in sqlite implementation

In my project where I use sqlite, I get this error.

Type exception System.IO.FileNotFoundException occurred in SQLite.Net.Platform.WindowsPhone8.DLL but was not handled in user code

Here is a screenshot.

enter image description here

PS I got the value in the variable path, since C: \ Data \ Users \ DefApps \ AppData {F8267584-1051-4816-8195-EE018BA5155E} \ local \ Student.db3

thank

+4
source share
1 answer

You are missing Sqlite for Windows Phone. iOS and Android have built-in Sqlite, that is, it is available directly on the platform. Windows Phone ships without Sqlite.

, , Visual Studio. "sqlite windows phone". WP8 ( 8.1). , Sqlite WP.

Sqlite extension

Sqlite WP. WP. Windows Phone SDK → Sqlite Windows Phone.

reference sqlite

+6

All Articles