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

Radeditor spellcheck gives error with ExternalDialogsPath

1 Answer 127 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Heeralal
Top achievements
Rank 1
Heeralal asked on 13 Dec 2011, 12:31 PM

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:

<telerik:RadEditor ExternalDialogsPath="~/EditorDialogs/" ID="txtSolution" 
runat="server"<BR>             
    Height="250px" Width="99%" SkinID="DefaultSetOfTools" 
Skin="Office2007" EditModes="Design, Preview"<BR>        
              ToolbarMode="ShowOnFocus" 
OnClientLoad="OnEditorLoad"><BR>            
          <Modules><BR>      
<telerik:EditorModule Name="RadEditorStatistics" Visible="false" 
Enabled="true" /><BR>             
          <telerik:EditorModule 
Name="RadEditorDomInspector" Visible="false" Enabled="true" /><BR>  
  <telerik:EditorModule Name="RadEditorNodeInspector" Visible="false" 
Enabled="true" /><BR>                
          <telerik:EditorModule 
Name="RadEditorHtmlInspector" Visible="false" Enabled="true" /><BR>  
</Modules><BR>                  
      <SpellCheckSettings DictionaryPath="~/RadSpell" 
SpellCheckProvider="TelerikProvider"<BR>          
FragmentIgnoreOptions="All" WordIgnoreOptions="None" 
DictionaryLanguage="en-US.tdf"><BR>            
          </SpellCheckSettings><BR>   
<Content></Content><BR>            
      </telerik:RadEditor><BR>
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.

 

 

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 15 Dec 2011, 04:07 PM
Hello Heeralal,

Please, take a look into the following forum threads which discussed the same error:
Spell Check Handler Server Error: 500
and
500 error when spell checking.

Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Editor
Asked by
Heeralal
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or