如果使用SqlitePCL对一个Portable的工程进行Sqlite操作,记得两点:
把这个Project所在的Solution下的全部Project(至少是调用到SqlitePCL的)都应用上Sqlite的Nuget。
加入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.