eliteapp

Note 17. prosince 2012:13:15

Dec 17th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.24 KB | None | 0 0
  1. //Verze 2.2012.167.0
  2. //STANICE_0
  3. //Windows XP Professional Service Pack 3 v5.1.2600
  4. //17.12.2012 13:15:56
  5.  
  6. System.ComponentModel.Win32Exception: Error creating window handle.
  7.    at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
  8.    at System.Windows.Forms.Control.CreateHandle()
  9.    at System.Windows.Forms.Form.CreateHandle()
  10.    at DevExpress.XtraEditors.XtraForm.CreateHandle()
  11.    at System.Windows.Forms.Control.get_Handle()
  12.    at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  13.    at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  14.    at System.Windows.Forms.Application.RunDialog(Form form)
  15.    at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
  16.    at System.Windows.Forms.Form.ShowDialog()
  17.    at Elite.Gui.Program.Application_ThreadException(Object sender, ThreadExceptionEventArgs e)
  18.    at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
  19.    at System.Windows.Forms.Control.WndProcException(Exception e)
  20.    at System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e)
  21.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  22.    at DevExpress.Utils.Win.Hook.ControlWndHook.CallWindowProc(IntPtr pPrevProc, IntPtr hWnd, Int32 message, IntPtr wParam, IntPtr lParam)
  23.    at DevExpress.Utils.Win.Hook.ControlWndHook.WindowProc(IntPtr hWnd, Int32 message, IntPtr wParam, IntPtr lParam)
  24.    at System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)
  25.    at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
  26.    at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
  27.    at System.Windows.Forms.Control.set_Visible(Boolean value)
  28.    at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  29.    at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  30.    at System.Windows.Forms.Application.RunDialog(Form form)
  31.    at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
  32.    at System.Windows.Forms.Form.ShowDialog()
  33.    at Elite.Gui.EliteApplication.DoLogin()
  34.    at Elite.Gui.Program.Main()
Advertisement
Add Comment
Please, Sign In to add comment