Radeditor and Cannot Deserialize Dialog Parameters. Invalid character in a Base-64 string

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
3/2/2012 10:23:38 PM
Gravatar
Total Posts 3

Radeditor and Cannot Deserialize Dialog Parameters. Invalid character in a Base-64 string

I installed the radeditor and it occasionally threw the above error when trying various functions within the editor.

The solution can be found at http://www.telerik.com/help/aspnet-ajax/editorcannotdeserializedialogparameters.html

Essentially in the user.config put the folowing in:

<appSettings>

<add key="Telerik.Web.UI.DialogParametersEncryptionKey" value="2C23234234D4566DC4AD6A-63D6-4db9-A3FB-3adfasd6846D"/>

 </appSettings>

Just an fyi.

You must sign in to post in the forums. This thread is closed to new posts.