Exception:无法访问已释放的对象。 对象名:“SQLiteConnection”。

报错信息

ObjectDisposedException: 无法访问已释放的对象。
对象名:“SQLiteConnection”。
   在 System.Data.SQLite.SQLiteConnection.CheckDisposed()
   在 System.Data.SQLite.SQLiteConnection.get_State()
   在 FreeSql.Sqlite.SqliteConnectionPoolPolicy.OnDestroy(DbConnection obj)
   在 FreeSql.Internal.ObjectPool.ObjectPool`1.Return(Object`1 obj, Boolean isReset)
   在 FreeSql.Sqlite.SqliteConnectionPool.Return(Object`1 obj, Exception exception, Boolean isRecreate)
   在 FreeSql.Sqlite.SqliteAdo.ReturnConnection(IObjectPool`1 pool, Object`1 conn, Exception ex)
   在 FreeSql.Internal.CommonProvider.AdoProvider.ExecuteNonQuery(DbConnection connection, DbTransaction transaction, CommandType cmdType, String cmdText, Int32 cmdTimeout, Action`1 cmdAfterHandler, DbParameter[] cmdParms)
   在 FreeSql.Internal.CommonProvider.AdoProvider.ExecuteNonQuery(DbConnection connection, DbTransaction transaction, CommandType cmdType, String cmdText, Int32 cmdTimeout, DbParameter[] cmdParms)
   在 FreeSql.Internal.CommonProvider.DeleteProvider`1.<>c__DisplayClass5_0.<ExecuteAffrows>b__0(StringBuilder sb)
   在 FreeSql.Internal.CommonProvider.DeleteProvider`1.ToSqlFetch(Action`1 fetch)
   在 FreeSql.Internal.CommonProvider.DeleteProvider`1.ExecuteAffrows()
   在 FreeSql.DbSet`1.DbContextBatchRemove(EntityState[] dels)
   在 lambda_method(Closure , Object , Object[] )
   在 FreeSql.DbContext.<>c__DisplayClass67_0.<FlushCommand>g__dbsetBatch|0(String method)
   在 FreeSql.DbContext.<>c__DisplayClass67_0.<FlushCommand>g__funcDelete|1()
   在 FreeSql.DbContext.FlushCommand()
   在 FreeSql.RepositoryDbContext.SaveChanges()
   在 FreeSql.BaseRepository`1.Delete(TEntity entity)
   在 IntelliTools.View.Clipboard.ClipboardHistory.TheWindow_Closed(Object sender, EventArgs e)
   在 System.EventHandler.Invoke(Object sender, EventArgs e)
   在 System.Windows.Window.OnClosed(EventArgs e)
   在 System.Windows.Window.WmDestroy()
   在 System.Windows.Window.WindowFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   在 System.Windows.Interop.HwndSource.PublicHooksFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   在 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)


 

解决方法

暂无解决方案。

相关信息
0 查看
2023-11-11 09:10
Quicker版本
版本 反馈次数