eliteapp

WQWYYPPP

Jun 5th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.04 KB | None | 0 0
  1. //Verze 2.2012.164.6
  2. //SESTRA
  3. //Windows XP Professional Service Pack 3 v5.1.2600
  4. //5.6.2012 11:58:55
  5.  
  6. DevExpress.Xpo.DB.Exceptions.LockingException: Cannot persist the object. It was modified or deleted (purged) by another application.
  7.    at DevExpress.Xpo.DB.ConnectionProviderSql.DoUpdateRecord(UpdateStatement root, TaggedParametersHolder identities)
  8.    at DevExpress.Xpo.DB.ConnectionProviderSql.UpdateRecord(ModificationStatement root, TaggedParametersHolder identities)
  9.    at DevExpress.Xpo.DB.ConnectionProviderSql.ProcessModifyData(ModificationStatement[] dmlStatements)
  10.    at DevExpress.Xpo.DB.DataStoreSerializedBase.ModifyData(ModificationStatement[] dmlStatements)
  11.    at DevExpress.Xpo.DB.ConnectionProviderSql.ModifyData(ModificationStatement[] dmlStatements)
  12.    at DevExpress.Xpo.SimpleDataLayer.ModifyData(ModificationStatement[] dmlStatements)
  13.    at DevExpress.Xpo.SimpleObjectLayer.CommitChanges(Session session, ICollection fullListForDelete, ICollection completeListForSave)
  14.    at DevExpress.Xpo.Session.FlushChangesInsideTransaction()
  15.    at DevExpress.Xpo.Session.FlushChanges()
  16.    at DevExpress.Xpo.Session.<CommitTransaction>b__4d()
  17.    at DevExpress.Xpo.Logger.LogManager.Log(String category, LogHandlerVoid handler, MessageHandler`1 createMessageHandler, ExceptionHandler exceptionHandler)
  18.    at DevExpress.Xpo.Session.CommitTransaction()
  19.    at DevExpress.Xpo.UnitOfWork.CommitChanges()
  20.    at Elite.BussinesLogic.CommitUow.DoWork()
  21.    at Elite.Common.ProcessData.doWork()
  22.    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  23.    at System.Threading.ExecutionContext.runTryCode(Object userData)
  24.    at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  25.    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  26.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  27.    at System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment