Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1785
UltraSpellCheck ArgumentException EnsureTextIsSingleWord
posted

We are experiencing a weird issue using UltraWinSpellChecker (v2016, vol 2).  A spelling error is displayed in our UltraTextEditor and when you right-click and chose "Ignore Word" from the context menu, an ArgumentException is raised.  Here are some of the details (note this is on a closed network so I am hand-typing the info below, we can't cut-and-paste).

<System.ArgumentException>
<message>The word specified must be a single word
Parameter name: word</message>
<source>Infragistics4.Win.UltraSpellChecker.v.16.2</source>
<targetsite>EnsureTextIsSingleWord</targetsite>
<stacktrace>
<frame>Infragistics.Win.UltraWinSpellChecker.UltraSpellChecker.EnsureTextIsSingleWord(String text, String argumentName)</frame>
<frame>Infragistics.Win.UltraWinSpellChecker.UltraSpellChecker.AddWordToUserDictionary(String word)</frame>
<frame>References to my code here...

Any idea what might be going on?  Here's the text with the red underline that I right-clicked on:

"C&P values to reflect current NGES"

TIA...  Steve

Parents Reply Children
No Data