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

Serialization errors with sessionState mode="SQLServer"

1 Answer 48 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Sonia
Top achievements
Rank 1
Sonia asked on 07 Oct 2010, 11:44 AM
We are getting following serialization errors after changing SessionState mode as "SQLServer" .

"cannot serialize dialog parameters.Please refresh the editor page"
"Error Message - Invalid character in a Base 64 string".

Does Rad Spell provide any method or setting to support same.Kindly let me know as soon as possible.

Thanks
Sonia Dhamija



1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 08 Oct 2010, 04:22 PM
Hi Sonia,

The most probable cause for this error is that the web application was recycled. RadSpell keeps its parameters in encrypted form and the encryption key is unique and changed each time the web application starts. If you open the page with RadSpell and then for some reason recycle the web application, the key will be changed and you will see the "Cannot deserialize dialog parameters" error when trying to use the spell control. To fix this you need to refresh the page and make sure that your application is not restarted too often.

If you cannot stop the application from restarting, you can try to workaround the problem by choosing a fixed key for encryption of the spell parameters. See the following help article for more details - http://www.telerik.com/help/aspnet-ajax/editorcannotdeserializedialogparameters.html

Kind regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Spell
Asked by
Sonia
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or