eliteapp

TWWTYPPP

Oct 15th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.18 KB | None | 0 0
  1. //Verze 2.2012.166.0
  2. //STANICE
  3. //Windows XP Professional Service Pack 3 v5.1.2600
  4. //15.10.2012 7:24:05
  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.Invoke(Delegate method, Object[] args)
  9.    at System.Windows.Forms.Control.Invoke(Delegate method)
  10.    at Elite.Gui.MainForm.KontrolaAktualizaceCiselniky_OnEndProcess(Object sender, EventArgs e)
  11.    at Elite.Common.ProcessData.doWork()
  12.    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  13.    at System.Threading.ExecutionContext.runTryCode(Object userData)
  14.    at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  15.    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  16.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  17.    at System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment