Advertisement
Guest User

Untitled

a guest
Nov 7th, 2011
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. System.InvalidOperationException: The Undo operation encountered a context that is different from what was applied in the corresponding Set operation. The possible cause is that a context was Set on the thread and not reverted(undone).
  2. at System.Threading.SynchronizationContextSwitcher.Undo()
  3. at System.Threading.ExecutionContextSwitcher.Undo()
  4. at System.Threading.ExecutionContext.runFinallyCode(Object userData, Boolean exceptionThrown)
  5. at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteBackoutCodeHelper(Object backoutCode, Object userData, Boolean exceptionThrown)
  6. at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  7. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  8. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
  9. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  10. at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
  11. at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement