I'm using the RadEditor Telerik control and am running into an error trying to add the spellcheck editor tool. Below is a snippet of my code:
I have added the following to my web config:
I am getting the Spell Check Handler Server Error: 500 (see image below). I have also attached an image showing that the dictionary file is inside the App_Data/RadSpell folder. Any idea why i'm getting this error or how to fix it?
Thanks again for the help,
- Pat
<telerik:RadEditor runat="server" ID="ContentEditor" Height="200px" Width="540px" EnableResize="false" EditModes="Design"><CssFiles><telerik:EditorCssFile Value="~/CSS/EditorContentAreaStyles.css"/></CssFiles><Tools><telerik:EditorToolGroup><telerik:EditorTool Name="AjaxSpellCheck" Text="Spellchecker" Enabled="true" /></telerik:EditorToolGroup></Tools><Languages><telerik:SpellCheckerLanguage Code="en-US" Title="English" /></Languages></telerik:RadEditor><httpHandlers><add path="Telerik.Web.UI.SpellCheckHandler.axd" verb="*" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI" validate="false" /><add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" validate="false" /></httpHandlers>I am getting the Spell Check Handler Server Error: 500 (see image below). I have also attached an image showing that the dictionary file is inside the App_Data/RadSpell folder. Any idea why i'm getting this error or how to fix it?
Thanks again for the help,
- Pat