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

Spellcheck Error with Editor Control

1 Answer 62 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 2
Dan asked on 14 Apr 2011, 08:28 PM
Spellcheck works fine on my local machine.  However, when I deploy the application on a server, spellcheck produces the following error:  No dictionary loaded.

The following HTTPHANDLER is in the web.config file:
<add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false"/>

The dictionary files are in the App_Data/RadSpell directory. 

I verified the ASPNET machine account and NETWORK SERVICE account access to the App_Data directory on the server.  I am running IIS 7 on the server.

I even tried to explicitly set the dictionary path in the editor:
<telerik:RadEditor ID="editorAnswer" Runat="server" Font-Names="Arial" Font-Size="12pt">
                <SpellCheckSettings DictionaryPath="~/App_Data/RadSpell/" />

Am I missing something? 

1 Answer, 1 is accepted

Sort by
0
Dan
Top achievements
Rank 2
answered on 15 Apr 2011, 02:50 AM
I figured this out... sort of. 

I never looked in the App_Data folder on the server.  The spellcheck folder wasn't there.  For some reason, it didn't get deployed with the application.  I have to investigate why it didn't get copied, but that was the issue. 
Tags
Editor
Asked by
Dan
Top achievements
Rank 2
Answers by
Dan
Top achievements
Rank 2
Share this question
or