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

Spell check hander error: The length of the string exceeds the value set on the maxJsonLength property

1 Answer 16 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Suhua
Top achievements
Rank 1
Suhua asked on 26 Dec 2014, 05:55 AM
Hi,

I use RadSpell for spelling check control, it works fine when the text is small, but when the text content is large, for example 30k+ lines, an error page pop up:

Spell check handler server error: 500
...
<title>...The length of the string exceeds the value set on the maxJsonLength property.</title>
...

I use client JS method startSpellCheck();  and set source text when I click a button.

And I also set the maxJsonLength to a big value, but it seems that the spell check ignore it:

<system.web.extensions>
    <scripting>
      <webServices>       
        <jsonSerialization maxJsonLength="2147483644"></jsonSerialization>
      </webServices>
    </scripting>
  </system.web.extensions>

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 26 Dec 2014, 02:51 PM
Hi Suhua,

Please refer to the answer in the other thread that you have opened regarding the same issue:
In the future, for all sides convenience, please try to avoid opening duplicate threads.


Regards,
Konstantin Dikov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Spell
Asked by
Suhua
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or