我C#/SQLite app工作正常,但輸出這個錯誤偶爾:SQLite的錯誤(10):延遲25ms的鎖定/共享衝突
SQLite error (10): delayed 25ms for lock/sharing conflict
至於建議就this thread,我更新到最新的SQLite的,但它仍然發生。
如何解決這個問題?
SQLite的版本:sqlite-netFx40-static-binary-Win32-2010-1.0.84.0.zip
在Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 4.0)
款在http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
的Visual C#2010速成
值得一試,如果你是封閉的SqliteConnections在使用語句確保他們被處置。 – gls123
@GavinSinai:我一直無法找到它發生的地方(因爲它似乎隨機發生),但我只在這個類中使用SQLite:https://github.com/nicolas-raoul/CmisSync/blob/master/ SparkleLib/Cmis/CmisDatabase.cs –