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

Error: Sys.ArgumentException: Cannot deserialize. The data does not correspond to valid JSON.

2 Answers 716 Views
Spell
This is a migrated thread and some comments may be shown as answers.
v4rcool
Top achievements
Rank 1
v4rcool asked on 11 Sep 2009, 07:03 PM
I am getting this error when I try to click spell checker in IE 7 inside RadEditor

A Runtime Error has occurred.
Do you wish to Debug?

Line:4723
Error: Sys.ArgumentException: Cannot deserialize. The data does not correspond to valid JSON.
Parameter name: data

I am using latest version of RadEditor dated Aug 2009. I tried all the solutions available on the forum.
Anyone else is having same kind of problem.

2 Answers, 1 is accepted

Sort by
0
Accepted
Lini
Telerik team
answered on 14 Sep 2009, 01:40 PM
Hi,

Check if you have correctly registered the SpellCheckHandler.axd in your application's Web.config file. Try deleting the handler and adding it again using the control's smart tag. The problem might also be related to forms authentication - see the following forum thread for more information - http://www.telerik.com/community/forums/aspnet-ajax/spell/radspell-javascript-error.aspx

I would suggest using fiddler to check the actual response for the SpellCheckHandler.axd request and if there is a server exception there, use it to find the cause of the problem.

Best wishes,
Lini
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
v4rcool
Top achievements
Rank 1
answered on 15 Sep 2009, 03:36 PM
I fixed my problem by adding that entry in web.config file

 

 

<add verb="*" validate="false" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI"/>

Thanks for the reply. I really appreciate.

 

 

Tags
Spell
Asked by
v4rcool
Top achievements
Rank 1
Answers by
Lini
Telerik team
v4rcool
Top achievements
Rank 1
Share this question
or