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

Cannot read the configuration/dictionary language parameters!

4 Answers 89 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Ralf Thietz
Top achievements
Rank 1
Ralf Thietz asked on 23 Feb 2011, 04:35 PM
Hi, I get the following error

[Exception: Cannot read the configuration/dictionary language parameters!]
   Telerik.Web.UI.SpellCheckHandlerNoSession.ProcessRequest(HttpContext context) +583
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75

This happens when RadSpell makes a callback to Telerik.Web.UI.SpellCheckHandler.axd after starting a spell check in RadEditor. It works on other servers. Any pointers on where this might be coming from?

4 Answers, 1 is accepted

Sort by
0
Ralf Thietz
Top achievements
Rank 1
answered on 24 Feb 2011, 06:55 PM
Problem solved. RadSpell does not work with cookieless session-state.
0
Hongyi
Top achievements
Rank 1
answered on 27 Feb 2012, 10:26 AM
hello Ralf,
How does the problem occur? How do you resolve it? Help!!
thanks
0
Ralf Thietz
Top achievements
Rank 1
answered on 27 Feb 2012, 11:34 AM

Hello Hongyi,
I cannot reproduce the problem anymore with the lastest version of the Telerik.Web.UI.dll, but it was somehow related to the session-state. I probably had the session-state disabled entirely and then turned it on in the web.config file:

<configuration>
    <system.web>
        <sessionState mode="InProc" cookieless="false"/>
    </system.web>
</configuration>


I don't think it had anything to do with cookieless or not.

0
Hongyi
Top achievements
Rank 1
answered on 28 Feb 2012, 03:47 AM
Hello Ralf,
thanks for your reply,but i can't find the sessionState node in web.config,do you add it by yourself?
And can we make friends? My email is hhythink@gmail.com,if you have some problems, you can communicate with me.
Tags
Spell
Asked by
Ralf Thietz
Top achievements
Rank 1
Answers by
Ralf Thietz
Top achievements
Rank 1
Hongyi
Top achievements
Rank 1
Share this question
or