C#使用SQLite出錯:無法加載 DLL「SQLite.Interop.dll」,找不到指定的模塊

在SQLite官方下載了System.Data.SQLite,編寫如下測試代碼: 複製內容到剪貼板 程序代碼 using (SQLiteConnection conn = new SQLiteConnection(@"Data Source=F:\my.db;Pooling=true;FailIfMissing=false")) {     using (SQLiteDataAdapter ada
相關文章
相關標籤/搜索