應用SqlitePCL應該注意的問題

snowell發表於2015-04-03

如果使用SqlitePCL對一個Portable的工程進行Sqlite操作,記得兩點:

  1. 把這個Project所在的Solution下的全部Project(至少是呼叫到SqlitePCL的)都應用上Sqlite的Nuget。

  2. 加入Sqlite3.dll到工程的根目錄下,屬性Content & Copy Always。

不然很可能會出現下面的問題:

A SQLite Wrapper assembly for the current platform was not found. Ensure that the current project references both SQLitePCL and the following platform-specific assembly: SQLitePCL.Ext.

相關文章