I just downloaded and installed the v15.1 and I did not get the webspellchecker. What did I do wrong? Also, I tried to run the version installer and got this error:
10:11:49: Running User Interface Version 15.1.20151.100010:11:49: String was not recognized as a valid Boolean.
Hello,
Thank you for contacting Infragistics!
The reason you are unable to see the WebSpellChecker is that it was removed from the product for v15.1. Instead for spell checking you will want to rely on the browser’s spell checking. You can also turn on the EnableSpellCheck property of the WebHtmlEditor:
http://help.infragistics.com/doc/ASPNET/2015.1/CLR4.0/?page=Whats_New_in_2015_Volume_1.html
http://help.infragistics.com/doc/ASPNET/2015.1/CLR4.0/?page=Infragistics4.WebUI.WebHtmlEditor.v15.1~Infragistics.WebUI.WebHtmlEditor.WebHtmlEditor~EnableSpellCheck.html
As for the version utility what version are you trying to upgrade from? What is the full log? Do you get an error message? Note you can upgrade manually by changing the assembly references in the aspx, user controls and web.config files.
Thanks Mike for the reply but we are using the Spell check control for the textbox , but if we replace to WEbHTMLEDITOR control then client wont accept for the new control UI changes .
Please let me know if any alternate solution for textbox control spell check. Earlier we use the below assembly for spell check .
<add tagPrefix="igSpell" namespace="Infragistics.WebUI.WebSpellChecker" assembly="Infragistics4.WebUI.WebSpellChecker.v14.2, Version=14.2.20142.1028, PublicKeyToken=7dd5c3163f2cd0cb"/>
Please suggest the alternate solution for the below code.