eliteapp

Note 11. ledna 2013:7:31

Jan 11th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.24 KB | None | 0 0
  1. //Verze 2.2012.168.1
  2. //LEKAR
  3. //Windows 7 x86 Service Pack 1 v6.1.7601
  4. //11.1.2013 7:31:59
  5.  
  6. System.InvalidOperationException: Nelze volat funkci Invoke nebo BeginInvoke pro ovládací prvek, dokud není vytvořen popisovač okna.
  7.    v System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
  8.    v System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
  9.    v System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
  10.    v System.Windows.Forms.Control.Invoke(Delegate method)
  11.    v Elite.Gui.MainForm.KontrolaAktualizaceCiselniky_OnEndProcess(Object sender, EventArgs e)
  12.    v Elite.Common.ProcessData.doWork()
  13.    v System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  14.    v System.Threading.ExecutionContext.runTryCode(Object userData)
  15.    v System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  16.    v System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  17.    v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  18.    v System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment