Hi, I am using telerik controls(Q3 2010) in my webapplication in VS2008 3.5. I used RadEditor with EditorDialogs, now my spell check function gives error given below:
Spell Check Handler Server Error:500
No dictionary loaded. Set the DictionaryPath property from the spell checker settings or copy the dictionaries to ~/App_Data/RadSpell/
my aspx code is:
Application along with other folders also contains EditorDialog folder for all RadEditor ascx pages and ~/App_Data/RadSpell Folder for three tdf files.
Please advice if I am missing something.