Advertisement
Guest User

Untitled

a guest
Dec 8th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. Invoke or BeginInvoke cannot be called on a control until the window handle has been created.
  2. at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
  3. at System.Windows.Forms.Control.BeginInvoke(Delegate method, Object[] args)
  4. at System.Windows.Forms.WindowsFormsSynchronizationContext.Post(SendOrPostCallback d, Object state)
  5. at Awesomium.Core.WebCore.OT6dM1ai02(Object )
  6. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  7. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  8. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  9. at System.Threading.TimerQueueTimer.CallCallback()
  10. at System.Threading.TimerQueueTimer.Fire()
  11. at System.Threading.TimerQueue.FireNextTimers()
  12. at System.Threading.TimerQueue.AppDomainTimerCallback()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement