Method 'sqlite3__mprintf_q' -->does not have an implementation.

Issue #123 new
Moustafa Khalil created an issue

Hi, Not sure if this is an issue or i am using an incorrect assembly, but I couldn't resolve an answer.

I am receiving this exception:

System.TypeInitializationException: The type initializer for 'SQLite.SQLiteConnection' threw an exception. ---> System.TypeLoadException: Method 'sqlite3__mprintf_q' in type 'SQLitePCL.SQLite3Provider_e_sqlite3' from assembly 'SQLitePCLRaw.provider.e_sqlite3, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9c301db686d0bd12' does not have an implementation.

I am writing a desktop application plugin to a 3rd party software, .net 4.5.2 X64... vs2017

Comments (2)

  1. Steve Eylar

    I have the same issue. Did you get this resolved? In my case, the WinForms sqlite application was working before upgrading to VS 2017 15.4.1 TIA

  2. Log in to comment