sqlite MvvmCross Plugin Loading Issue and Unable to load DLL ;sqlite3

Solution 1:

For this issue download sqlite3.dll from http://www.sqlite.org/download.html. File name - sqlite-dll-win32-x86-3071602.zip That will contain sqlite3.dll. add dll in your project's bin directory so that SQLite-net can find it.

Solution 2:

add below nuget package in your project .same name differnt nuget package is avilable so please find below attribute nuget package
Created by: Frank A. Krueger
Id: sqlite-net-pcl
NuGet link: sqlite-net-pcl

More Info : http://developer.xamarin.com/guides/cross-platform/xamarin-forms/working-with/databases/

0 Comments

Featured Post

Improving C# Performance by Using AsSpan and Avoiding Substring

During development and everyday use, Substring is often the go-to choice for string manipulation. However, there are cases where Substring c...

MSDEVBUILD - English Channel

MSDEVBUILD - Tamil Channel

Popular Posts