eliteapp

TYQYYPPP

Nov 14th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.78 KB | None | 0 0
  1. //Verze 2.2012.166.17
  2. //STANICE
  3. //Windows XP Home Edition Service Pack 3 v5.1.2600
  4. //14.11.2012 12:25:50
  5.  
  6. FirebirdSql.Data.FirebirdClient.FbException: Error reading data from the connection. ---> Error reading data from the connection.
  7.    --- Konec trasování zásobníku pro vnitřní výjimku ---
  8.    v FirebirdSql.Data.FirebirdClient.FbTransaction.BeginTransaction()
  9.    v FirebirdSql.Data.FirebirdClient.FbConnectionInternal.BeginTransaction(IsolationLevel level, String transactionName)
  10.    v FirebirdSql.Data.FirebirdClient.FbConnection.BeginTransaction(IsolationLevel level, String transactionName)
  11.    v FirebirdSql.Data.FirebirdClient.FbConnection.BeginDbTransaction(IsolationLevel isolationLevel)
  12.    v System.Data.Common.DbConnection.System.Data.IDbConnection.BeginTransaction()
  13.    v DevExpress.Xpo.DB.ConnectionProviderSql.ConnectionBeginTransaction(Object il)
  14.    v DevExpress.Xpo.DB.ConnectionProviderSql.BeginTransactionCore(Object il)
  15.    v DevExpress.Xpo.DB.ConnectionProviderSql.ProcessModifyData(ModificationStatement[] dmlStatements)
  16.    v DevExpress.Xpo.DB.DataStoreSerializedBase.ModifyData(ModificationStatement[] dmlStatements)
  17.    v DevExpress.Xpo.DB.ConnectionProviderSql.ModifyData(ModificationStatement[] dmlStatements)
  18.    v DevExpress.Xpo.SimpleDataLayer.ModifyData(ModificationStatement[] dmlStatements)
  19.    v DevExpress.Xpo.SimpleObjectLayer.CommitChanges(Session session, ICollection fullListForDelete, ICollection completeListForSave)
  20.    v DevExpress.Xpo.Session.FlushChangesInsideTransaction()
  21.    v DevExpress.Xpo.Session.FlushChanges()
  22.    v DevExpress.Xpo.Session.<CommitTransaction>b__55()
  23.    v DevExpress.Xpo.Logger.LogManager.Log(String category, LogHandlerVoid handler, MessageHandler`1 createMessageHandler, ExceptionHandler exceptionHandler)
  24.    v DevExpress.Xpo.Session.CommitTransaction()
  25.    v DevExpress.Xpo.UnitOfWork.CommitChanges()
  26.    v Elite.Gui.Controls.EditControl.DoSave()
  27.    v Elite.Gui.Controls.ZadankaEditControl.DoSave()
  28.    v Elite.Gui.Controls.EditControl.SaveTest()
  29.    v Elite.Gui.Controls.EditControl.DoSaveTest()
  30.    v Elite.Gui.Controls.EditControl.ControlClosing(FormClosingEventArgs e)
  31.    v Elite.Gui.Controls.BaseControl.ParentForm_FormClosing(Object sender, FormClosingEventArgs e)
  32.    v System.Windows.Forms.FormClosingEventHandler.Invoke(Object sender, FormClosingEventArgs e)
  33.    v System.Windows.Forms.Form.OnFormClosing(FormClosingEventArgs e)
  34.    v System.Windows.Forms.Form.WmClose(Message& m)
  35.    v System.Windows.Forms.Form.WndProc(Message& m)
  36.    v DevExpress.XtraEditors.XtraForm.WndProc(Message& msg)
  37.    v System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  38.    v System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  39.    v System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment