Hi All,
One of my users used regularly the functionality to send e-mail from defect.
Since few days, an error occurred. When he is typing just one letter in the field "To", an error message is displayed :
(sorry, it is in French)
startIndex ne peut pas être supérieur à la longueur de la chaîne. Nom du paramètre : startIndex
Extract of ALMExceptionData\myplatform\14540\20130801022623\Exception.txt
System.ArgumentOutOfRangeException: startIndex ne peut pas être supérieur à la longueur de la chaîne.
Nom du paramètre : startIndex
à System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
à Mercury.TD.Client.UI.Core.Services.SendMailForm.IsAppropriate(String usedUser, String typedString)
à Mercury.TD.Client.UI.Core.Services.SendMailForm.ShowAppropriateUsersAccordingToTheTypedString(UltraTextEditor sender, String typedString)
à Mercury.TD.Client.UI.Core.Services.SendMailForm.OnRecipientsTextChanged(Object sender, KeyEventArgs e)
à System.Windows.Forms.Control.OnKeyUp(KeyEventArgs e)
à Infragistics.Win.UltraWinEditors.TextEditorControlBase.OnEditorKeyUp(KeyEventArgs args)
à Infragistics.Win.UltraWinEditors.TextEditorControlBase.OnEditorKeyUp(Object sender, KeyEventArgs args)
à Infragistics.Win.EmbeddableEditorBase.RaiseKeyUpEvent(KeyEventArgs e)
à Infragistics.Win.EmbeddableTextBox.OnKeyUp(KeyEventArgs e)
à System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)à System.Windows.Forms.Control.ProcessKeyMessage(Message& m)à System.Windows.Forms.MaskedTextBox.ProcessKeyMessage(Message& m)à Infragistics.Win.EmbeddableTextBoxWithUIPermissions.ProcessKeyMessage(Message& msg)à System.Windows.Forms.Control.WmKeyChar(Message& m)à System.Windows.Forms.Control.WndProc(Message& m)à System.Windows.Forms.TextBoxBase.WndProc(Message& m)à System.Windows.Forms.MaskedTextBox.WndProc(Message& m)à Infragistics.Win.MaskedTextBoxEx.WndProc(Message& m)à Infragistics.Win.EmbeddableTextBoxWithUIPermissions.WndProc(Message& m)à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Just one project, one user. No change since few months on platform...
Someone have an idea to help me ? Thank you.