在.net core 3.1项目中使用Sqlite
摘要:
由于项目需要使用Sqlite, 所以安装了一些Sqlite库。 刚开始用的是 Microsoft.Data.Sqlite.Core 6.0.0 ,但在new SqliteConnection 时抛出异常。Unhandled exception. System.TypeInitializationEx 阅读全文
posted @ 2021-11-12 16:56 wsk3q 阅读(1701) 评论(0) 推荐(0) 编辑