在System.Windows.Forms.Control.CreateHandle()的StackTrace

时间:2015-04-06 18:58:43

标签: c# winforms citrix

我收到以下异常:

   at System.Windows.Forms.Control.CreateHandle()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
   at System.Windows.Forms.Control.Show()
   at IMI.Module.ControlLibrary.Forms.MDIParent.ShowForm(Form form) in

为什么会发生这种情况的任何想法?它在本地运行良好,但不在Citrix上运行。

1 个答案:

答案 0 :(得分:-1)

这是因为没有添加到表单中并且正在处理的按钮。我让按钮变得不可见而且它起作用了。这不是Citrix的问题。