eliteapp

RRRURPPP

Apr 1st, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.19 KB | None | 0 0
  1. //Verze 2.2012.162.3
  2. //LEKAR
  3. //Windows XP Professional Service Pack 3 v5.1.2600
  4. //1.4.2012 21:17:36
  5.  
  6. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
  7.    at System.String.GetStringForStringBuilder(String value, Int32 startIndex, Int32 length, Int32 capacity)
  8.    at System.Text.StringBuilder..ctor(String value, Int32 startIndex, Int32 length, Int32 capacity)
  9.    at System.Windows.Forms.Control.get_WindowText()
  10.    at System.Windows.Forms.TextBoxBase.get_WindowText()
  11.    at System.Windows.Forms.Control.get_Text()
  12.    at System.Windows.Forms.TextBox.get_Text()
  13.    at DevExpress.XtraEditors.Mask.MaskBox.get_BaseText()
  14.    at DevExpress.XtraEditors.Mask.MaskBox.MaskStrategy.SimpleStrategy.GetText()
  15.    at DevExpress.XtraEditors.Mask.MaskBox.get_MaskBoxText()
  16.    at DevExpress.XtraEditors.TextEdit.get_Text()
  17.    at Elite.Gui.Controls.ProgressControl.UpdateVisuals()
  18.    at Elite.Gui.Controls.ProgressControl.timer_Tick(Object sender, EventArgs e)
  19.    at System.Windows.Forms.Timer.OnTick(EventArgs e)
  20.    at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
  21.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment