eliteapp

TWWTYPPP

Aug 30th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.41 KB | None | 0 0
  1. //Verze 2.2012.165.0
  2. //STANICE
  3. //Windows XP Professional Service Pack 3 v5.1.2600
  4. //30.8.2012 14:05:17
  5.  
  6. System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created.
  7.    at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
  8.    at System.Windows.Forms.Control.BeginInvoke(Delegate method, Object[] args)
  9.    at Elite.Gui.Controls.ProgressControl.AddNewInfo(String text)
  10.    at Elite.Gui.Controls.BackupDbControl.NactiPosledniZalohu()
  11.    at Elite.Gui.Controls.BackupDbControl.<>c__DisplayClass2.<backup_DoEndProcess>b__1(Object , EventArgs )
  12.    at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
  13.    at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
  14.    at System.Threading.ExecutionContext.runTryCode(Object userData)
  15.    at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  16.    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  17.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  18.    at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
  19.    at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
Advertisement
Add Comment
Please, Sign In to add comment