Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Verze 2.2012.166.0
- //PC201103
- //Windows 7 x86 v6.1.7600
- //22.10.2012 10:10:09
- System.InvalidOperationException: Entering state 'GetObjectsNonReenterant' from state 'GetObjectsNonReenterant' is prohibited due to state 'GetObjectsNonReenterant' for ' [DevExpress.Xpo.UnitOfWork](25)'. Most probably, you are trying to initiate an object loading operation while the previous object loading operation is not yet completed. Postpone your operation until the Session.ObjectsLoaded or IXPObject.OnLoaded event is fired (while Session.IsObjectsLoading is true). Another cause of this exception is that you are trying to work simultaneously with the same session from different threads.
- v System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- v System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- v System.Windows.Forms.Control.Invoke(Delegate method)
- v Elite.Gui.Helpers.ReloaderSmart.DoReload(Boolean Forced)
- v Elite.Gui.Helpers.ReloaderSmart.Start()
- v System.Threading.ThreadHelper.ThreadStart_Context(Object state)
- v System.Threading.ExecutionContext.runTryCode(Object userData)
- v System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
- v System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
- v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- v System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment