Is it possible to avoid NullReferenceException in SqliteConnection.Open() in sqlite3_open_v2(…) without explicit call to SQLitePCL.Batteries.Init()?

后端 未结 0 729
北恋
北恋 2021-01-17 13:13

The Problem

I am getting a NullReferenceException in the call to SQLitePCL.raw.sqlite3_open_v2(String filename, sqlite3& db, Int32 flags, String vfs) using the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题