This is a migrated thread and some comments may be shown as answers.

RadEditor Spellcheck Error

2 Answers 98 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Pat
Top achievements
Rank 1
Pat asked on 13 Dec 2011, 04:13 PM
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:
<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>
I have added the following to my web config:
<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

2 Answers, 1 is accepted

Sort by
0
Dinkar
Top achievements
Rank 1
answered on 14 Dec 2011, 09:15 AM
Hi, I am also Getting same error for Spell Check this one "Spell Check Handler Server Error:500<html>"
Any Idea ?

Thanks for help
Dinkar Vaja
0
Accepted
Princy
Top achievements
Rank 2
answered on 14 Dec 2011, 11:16 AM
Hello,

Take a look into the following forum thread which discussed the same.
Spell Check Handler Server Error: 500

Thanks,
Princy.
Tags
Editor
Asked by
Pat
Top achievements
Rank 1
Answers by
Dinkar
Top achievements
Rank 1
Princy
Top achievements
Rank 2
Share this question
or