eliteapp

WWOQRPPP

Jan 2nd, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.56 KB | None | 0 0
  1. //Verze 2.2012.168.0
  2. //LEKAR
  3. //Windows 7 x86 Service Pack 1 v6.1.7601
  4. //2.1.2013 10:57:54
  5.  
  6. System.InvalidOperationException: A transaction is currently active. Parallel transactions are not supported.
  7.    v FirebirdSql.Data.FirebirdClient.FbConnectionInternal.BeginTransaction(IsolationLevel level, String transactionName)
  8.    v FirebirdSql.Data.FirebirdClient.FbConnection.BeginTransaction(IsolationLevel level, String transactionName)
  9.    v FirebirdSql.Data.FirebirdClient.FbConnection.BeginDbTransaction(IsolationLevel isolationLevel)
  10.    v System.Data.Common.DbConnection.System.Data.IDbConnection.BeginTransaction()
  11.    v DevExpress.Xpo.DB.ConnectionProviderSql.ConnectionBeginTransaction(Object il)
  12.    v DevExpress.Xpo.DB.ConnectionProviderSql.BeginTransactionCore(Object il)
  13.    v DevExpress.Xpo.DB.ConnectionProviderSql.ProcessModifyData(ModificationStatement[] dmlStatements)
  14.    v DevExpress.Xpo.DB.DataStoreSerializedBase.ModifyData(ModificationStatement[] dmlStatements)
  15.    v DevExpress.Xpo.DB.ConnectionProviderSql.ModifyData(ModificationStatement[] dmlStatements)
  16.    v DevExpress.Xpo.SimpleDataLayer.ModifyData(ModificationStatement[] dmlStatements)
  17.    v DevExpress.Xpo.SimpleObjectLayer.CommitChanges(Session session, ICollection fullListForDelete, ICollection completeListForSave)
  18.    v DevExpress.Xpo.Session.FlushChangesInsideTransaction()
  19.    v DevExpress.Xpo.Session.FlushChanges()
  20.    v DevExpress.Xpo.Session.<CommitTransaction>b__55()
  21.    v DevExpress.Xpo.Logger.LogManager.Log(String category, LogHandlerVoid handler, MessageHandler`1 createMessageHandler, ExceptionHandler exceptionHandler)
  22.    v DevExpress.Xpo.Session.CommitTransaction()
  23.    v DevExpress.Xpo.UnitOfWork.CommitChanges()
  24.    v Elite.Gui.Controls.EditControl.DoSave()
  25.    v Elite.Gui.Controls.EditControl.SaveTest()
  26.    v Elite.Gui.Controls.EditControl.DoSaveTest()
  27.    v Elite.Gui.Controls.EditControl.ControlClosing(FormClosingEventArgs e)
  28.    v Elite.Gui.Controls.BaseControl.ParentForm_FormClosing(Object sender, FormClosingEventArgs e)
  29.    v System.Windows.Forms.FormClosingEventHandler.Invoke(Object sender, FormClosingEventArgs e)
  30.    v System.Windows.Forms.Form.OnFormClosing(FormClosingEventArgs e)
  31.    v System.Windows.Forms.Form.WmClose(Message& m)
  32.    v System.Windows.Forms.Form.WndProc(Message& m)
  33.    v DevExpress.XtraEditors.XtraForm.WndProc(Message& msg)
  34.    v System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  35.    v System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  36.    v System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment