eliteapp

Note 11. prosince 2011:16:18

Dec 11th, 2011
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.16 KB | None | 0 0
  1. //Verze 2.2011.141.0
  2. //LEKAR
  3. //Windows XP Professional Service Pack 3 v5.1.2600
  4. //11.12.2011 16:18:23
  5.  
  6. System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
  7.    at System.Collections.ArrayList.ArrayListEnumeratorSimple.MoveNext()
  8.    at System.Windows.Forms.Application.ExitInternal()
  9.    at System.Windows.Forms.Application.Exit(CancelEventArgs e)
  10.    at System.Windows.Forms.Application.Exit()
  11.    at Elite.Gui.Controls.BackupDbControl.bbRestore_Click(Object sender, EventArgs e)
  12.    at System.Windows.Forms.Control.OnClick(EventArgs e)
  13.    at DevExpress.XtraEditors.BaseButton.OnClick(EventArgs e)
  14.    at DevExpress.XtraEditors.BaseButton.OnMouseUp(MouseEventArgs e)
  15.    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  16.    at System.Windows.Forms.Control.WndProc(Message& m)
  17.    at DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
  18.    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  19.    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  20.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment