Rank: Newbie Groups: Member
Joined: 11/8/2012 Posts: 1
|
when using spellcheck option ,I have fallowed the steps what have to do,but on click of spellcheck button Iam getting the dialog box as below with ok button: Dialog box message:
EO.Web Controls Client Side Debug Message:
EO.Web control 'ctl00_ContentPlaceHolder1_ctl01' error message:The callback on 'ctl00_ContentPlaceHolder1_ctl01' has failed due to a server side exception. Click OK to see the exception message.(set ClientSideOnError to handle this error).
You can turn off this message by setting EO.Web.Runtime.DebugLevel to 0 (Not recommended for debug build)
after clicking ok iam getting the error as error: Please check whether dictionary files have been correctly set up or the SpellChecker's Language property has been properly set.
I have copied the dictionaly folder(eo_dict) in my soltion folder.but again the error occuring? what have to do?please reply back...
Thanks, cnutakki
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
That occurs when the SpellChecker can not see the dictionary files. Try to explicitly set your SpellChecker's Language property, then check whether you have your dictionary files in your "eo_dict\lang\". Note here "lang" is the language of your SpellChecker. Just copying "eo_dict" to your solution folder won't be enough if you do not have the dictionary files for your language. The sample project only contains dictionary files for English.
Thanks!
|