Hi cquante,
in the global search/search and replace function when I try to do a search I get an exception and immediately after that the second exception.
exc1
************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at (Object , Int32 )
at OU7.jUK.DYz(String , Boolean , Boolean , Boolean , Boolean )
at wLNy.RLNP.RLVx()
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.PerformClick()
at System.Windows.Forms.Form.ProcessDialogKey(Keys keyData)
at System.Windows.Forms.TextBoxBase.ProcessDialogKey(Keys keyData)
at System.Windows.Forms.Control.PreProcessMessage(Message& msg)
at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
************** Loaded Assemblies **************
exc2
************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at (Object , Int32 )
at OU7.jUK.DYz(String , Boolean , Boolean , Boolean , Boolean )
at wLNy.RLNP.RLVx()
at wLNy.RLNP.zLV9(Object , KeyEventArgs )
at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.TextBoxBase.WndProc(Message& m)
at System.Windows.Forms.TextBox.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
i try with other file and optain another exception:
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at (Object )
at wLNy.RLNP.RLVx()
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************