Exception 在 FreeSql.Internal.CommonProvider.AdoProvider.LoggerException(IObjectPool`1 pool, PrepareCommandResult pc, Exception ex, DateTime dt, StringBuilder logtxt, Boolean isThrowException) 在 FreeSql.Internal.CommonProvider.AdoProvider.ExecuteScalar(DbConnection connection, DbTransaction transaction, CommandType cmdType, String cmdText, Int32 cmdTimeout, DbParameter[] cmdParms) 在 FreeSql.Sqlite.Curd.SqliteInsert`1.RawExecuteIdentity() 在 FreeSql.Internal.CommonProvider.InsertProvider`1.SplitExecuteIdentity(Int32 valuesLimit, Int32 parameterLimit) 在 FreeSql.Sqlite.Curd.SqliteInsert`1.ExecuteIdentity() 在 FreeSql.DbSet`1.AddPriv(TEntity data, Boolean isCheck) 在 FreeSql.DbSet`1.Add(TEntity data) 在 FreeSql.BaseRepository`1.Insert(TEntity entity) 在 IntelliTools.Domain.MyClipboard.ClipItem.CreateAndSave(ClipItemBase item) 在 IntelliTools.View.BackgroundWindow.CollectClipItem(ClipItemBase item) 在 IntelliTools.View.BackgroundWindow.LasyOnClipboardChanged() 在 IntelliTools.View.BackgroundWindow.Timer_Tick(Object sender, EventArgs e) 在 System.Windows.Threading.DispatcherTimer.FireTick(Object unused) 在 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) ObjectDisposedException 无法访问已释放的对象。 对象名:“【主库】The ObjectPool has been disposed, see: https://github.com/dotnetcore/FreeSql/discussions/1079”。 在 FreeSql.Internal.ObjectPool.ObjectPool`1.GetFree(Boolean checkAvailable) 在 FreeSql.Internal.ObjectPool.ObjectPool`1.Get(Nullable`1 timeout) 在 FreeSql.Internal.CommonProvider.AdoProvider.ExecuteScalar(DbConnection connection, DbTransaction transaction, CommandType cmdType, String cmdText, Int32 cmdTimeout, DbParameter[] cmdParms)