Hi,
I recently installed the RadEditor into DNN. The editor loads fine and seems to work, until you click an item on the toolbar.
I get this error when click say the Image / Flash / Media buttons.
System.Convert.FromBase64String(String s) +0
Telerik.Web.Dialogs.DialogParametersSerializer.Deserialize(String serialized) +169
Telerik.Web.UI.DialogParameters.Deserialize(String source) +6
Telerik.Web.UI.DialogHandler.GetDialogParameters() +566
Telerik.Web.UI.DialogHandler.LoadDialogControl() +22
Telerik.Web.UI.DialogHandler.OnInit(EventArgs e) +214
System.Web.UI.Control.InitRecursive(Control namingContainer) +321
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +834
c
DLL Version 2008.1.515.20 , I Know there is a newer version, wasnt sure if it fixed this error or not and dont want to install if its not compatible.
I have checked to make sure the Dialog Handler was installed correctly also. At first it wasnt and I had to correct it. I tested by visiting the "Telerik.Web.UI.DialogHandler.aspx" page. I got this response: "Loading the dialog...", I'm not sure if that is the correct response or not, but thats what I got.
In DNN I also added the following to the SitUrls.config file.
<RewriterRule>
<LookFor>.*Telerik.Web.UI.DialogHandler.aspx(.*)</LookFor>
<SendTo>~/Telerik.Web.UI.DialogHandler.aspx$1</SendTo>
</RewriterRule>
I have also read this KB article: http://www.telerik.com/support/kb/article/b454K-babc-b454T-a-b454c-a.aspx , although my problem is similar, it does not apply to me because I am using the DNN Provider. I get this error on all instances of the editor.
I'm at a loss on what the problem is and have spent alot of time trying to figure this out with no luck.
I recently installed the RadEditor into DNN. The editor loads fine and seems to work, until you click an item on the toolbar.
I get this error when click say the Image / Flash / Media buttons.
Invalid length for a Base-64 char array.
[FormatException: Invalid length for a Base-64 char array.]System.Convert.FromBase64String(String s) +0
Telerik.Web.Dialogs.DialogParametersSerializer.Deserialize(String serialized) +169
Telerik.Web.UI.DialogParameters.Deserialize(String source) +6
Telerik.Web.UI.DialogHandler.GetDialogParameters() +566
Telerik.Web.UI.DialogHandler.LoadDialogControl() +22
Telerik.Web.UI.DialogHandler.OnInit(EventArgs e) +214
System.Web.UI.Control.InitRecursive(Control namingContainer) +321
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +834
c
DLL Version 2008.1.515.20 , I Know there is a newer version, wasnt sure if it fixed this error or not and dont want to install if its not compatible.
I have checked to make sure the Dialog Handler was installed correctly also. At first it wasnt and I had to correct it. I tested by visiting the "Telerik.Web.UI.DialogHandler.aspx" page. I got this response: "Loading the dialog...", I'm not sure if that is the correct response or not, but thats what I got.
In DNN I also added the following to the SitUrls.config file.
<RewriterRule>
<LookFor>.*Telerik.Web.UI.DialogHandler.aspx(.*)</LookFor>
<SendTo>~/Telerik.Web.UI.DialogHandler.aspx$1</SendTo>
</RewriterRule>
I have also read this KB article: http://www.telerik.com/support/kb/article/b454K-babc-b454T-a-b454c-a.aspx , although my problem is similar, it does not apply to me because I am using the DNN Provider. I get this error on all instances of the editor.
I'm at a loss on what the problem is and have spent alot of time trying to figure this out with no luck.