Exception: disk I/O error
disk I/O error
StackTrace:
在 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.AddOrUpdate(TEntity data)
在 FreeSql.BaseRepository`1.InsertOrUpdate(TEntity entity)
在 IntelliTools.Domain.Favorite.FavorItemDatabase.InsertOrUpdate(FavorItem item)
在 IntelliTools.Domain.Favorite.FavorItemDatabase.ChangeParent(FavorItem item, FavorItem newParent)
在 IntelliTools.Domain.Favorite.FavorItemDatabase.MoveTo(FavorItem item, FavorItem target, Int32 newIndex)
在 IntelliTools.Domain.Favorite.FavorItemHelper.MoveTo(FavorItem item, FavorItem target, Int32 index)
在 System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
在 System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
在 System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
在 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)
SQLiteException: disk I/O error
disk I/O error
--ResultCode: IoErr
--ErrorCode: 10
StackTrace:
在 System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
在 System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
在 System.Data.SQLite.SQLiteDataReader.NextResult()
在 System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
在 System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
在 System.Data.SQLite.SQLiteCommand.ExecuteScalar(CommandBehavior behavior)
在 FreeSql.Internal.CommonProvider.AdoProvider.ExecuteScalar(DbConnection connection, DbTransaction transaction, CommandType cmdType, String cmdText, Int32 cmdTimeout, DbParameter[] cmdParms)