Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Tuesday, May 12, 2015

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/

No comments: