eliteapp

Note 24. září 2013:14:15

Sep 24th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.17 KB | None | 0 0
  1. //Verze 2.2013.171.0
  2. //READER2
  3. //Windows 7 x64 Service Pack 1 v6.1.7601
  4. //24.9.2013 14:15:09
  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.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
  8.    v System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
  9.    v System.Windows.Forms.Control.Invoke(Delegate method)
  10.    v Elite.Gui.MainForm.KontrolaAktualizaceCiselniky_OnEndProcess(Object sender, EventArgs e)
  11.    v Elite.Common.ProcessData.doWork()
  12.    v System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  13.    v System.Threading.ExecutionContext.runTryCode(Object userData)
  14.    v System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  15.    v System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  16.    v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  17.    v System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment