Hello,
I am getting this error when I try to edit a paragraph: Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.
Here is the full stack trace: http://screencast.com/t/ijzeTaPxdj
I can't figure out the problem ... I'm guessing it has someting to do with JsTranslate. Yesterday it was working fine. I tried increasing the maxJsonLength in web.config, but there is no change
<system.web.extensions>
<scripting>
<webServices>
<jsonSerialization maxJsonLength="50000000"/>
</webServices>
</scripting>
</system.web.extensions>
Has anyone come across this before?
Thanks,
Dan