eliteapp

RTUYWPPP

Feb 7th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.57 KB | None | 0 0
  1. //Verze 2.2013.170.0
  2. //ELITE_003
  3. //Windows 7 x64 Service Pack 1 v6.1.7601
  4. //7.2.2013 14:00:58
  5.  
  6. System.ArgumentException: Ovládací prvky vytvořené v jednom podprocesu nelze nadřadit ovládacím prvkům v jiném podprocesu.
  7.    v System.Windows.Forms.Control.ControlCollection.Add(Control value)
  8.    v System.Windows.Forms.Form.ControlCollection.Add(Control value)
  9.    v System.Windows.Forms.Control.set_ParentInternal(Control value)
  10.    v System.Windows.Forms.Control.set_Parent(Control value)
  11.    v Elite.Gui.Forms.BaseMdiForm.Elite.Gui.IMdiForm.DisableForm(Form modalForm)
  12.    v Elite.Gui.EliteApplication.RunSingleFormModal(Object srcObject, Form modalForm)
  13.    v Elite.Gui.Controls.BaseControl.ShowModal(Object Object)
  14.    v Elite.Gui.Controls.BaseControl.ShowWaitControl(String Message, Boolean ForceUpdate)
  15.    v Elite.Gui.Controls.OdeslatVyuctovaniControl.OdeslatZPMV()
  16.    v Elite.Gui.Controls.OdeslatVyuctovaniControl.odeslatPortalZpMV_OnEndProcess(Object sender, EventArgs e)
  17.    v Elite.Common.ProcessData.doWork()
  18.    v System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  19.    v System.Threading.ExecutionContext.runTryCode(Object userData)
  20.    v System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  21.    v System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  22.    v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  23.    v System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment