eliteapp

Note 13. listopadu 2013:7:40

Nov 13th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.84 KB | None | 0 0
  1. //Verze 2.2013.171.0
  2. //SERVER
  3. //Windows XP Home Edition Service Pack 3 v5.1.2600
  4. //13.11.2013 7:40:23
  5.  
  6. System.InvalidOperationException: Splash Screen wasn't created
  7.   at DevExpress.XtraSplashScreen.ThreadManagerBase.Destroy(Int32 closingDelay, Form parent, Boolean throwExceptionIfAlreadyClosed)
  8.   at DevExpress.XtraSplashScreen.SplashScreenManager.CloseCore(Boolean throwExceptionIfAlreadyClosed, Int32 closingDelay, Form parent)
  9.   at DevExpress.XtraSplashScreen.SplashScreenManager.CloseForm(Boolean throwExceptionIfAlreadyClosed, Int32 closingDelay, Form parent, Boolean waitForSplashFormClose)
  10.   at DevExpress.XtraSplashScreen.SplashScreenManager.CloseForm()
  11.   at Elite.Gui.EliteApplication.CloseSplashScreen()
  12.   at Elite.Gui.LoginExtForm.LoginExtForm_Load(Object sender, EventArgs e)
  13.   at System.EventHandler.Invoke(Object sender, EventArgs e)
  14.   at System.Windows.Forms.Form.OnLoad(EventArgs e)
  15.   at DevExpress.XtraEditors.XtraForm.OnLoad(EventArgs e)
  16.   at Elite.Gui.Forms.BaseForm.OnLoad(EventArgs e)
  17.   at System.Windows.Forms.Form.OnCreateControl()
  18.   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  19.   at System.Windows.Forms.Control.CreateControl()
  20.   at System.Windows.Forms.Control.WmShowWindow(Message& m)
  21.   at System.Windows.Forms.Control.WndProc(Message& m)
  22.   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  23.   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  24.   at System.Windows.Forms.Form.WmShowWindow(Message& m)
  25.   at System.Windows.Forms.Form.WndProc(Message& m)
  26.   at DevExpress.XtraEditors.XtraForm.WndProc(Message& msg)
  27.   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  28.   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  29.   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment