gtag

2018年7月28日 星期六

Xamarin Error System.TypeInitializationException: The type initializer for 'SQLite.SQLiteConnection' threw an exception.

Xamarin 在建立SQLite連線時

var conn = new SQLite.SQLiteConnection(path);

出現下列錯誤:

System.TypeInitializationException: The type initializer for 'SQLite.SQLiteConnection' threw an exception.

最快解決的方法,在NuGet 套件管理員中找到下列套件

Android專案裝這個
SQLitePCLRaw.lib.e_sqlite3.android

iOS專案裝這個
SQLitePCLRaw.lib.e_sqlite3.osx

重新執行專案,應該就沒問題了

沒有留言:

張貼留言