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

[Solved] AJAXSpellChecker - Invalid character in a Base-64 string

3 Answers 140 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Don Maroney
Top achievements
Rank 1
Don Maroney asked on 14 Aug 2009, 06:32 PM
Hi,

I am receiving the below error when trying to use the AJAX Spell Checker in the RadEditor Control.  It will periodically perform a spell check but often gives this error:

Spell Check Handler Server Error:500
Invalid character in a Base-64 string

<body> 
 
    <form id="form1" runat="server">  
      
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">  
    </telerik:RadScriptManager> 
    <div id="Rad" style="text-align:center;">  
 
    <br /><br /> 
                 <telerik:radspell id="spell1" runat="server" buttontype="none" /> 
                 <telerik:RadEditor ID="RadEditor1" runat="server" Width="517px" Skin="Vista">  
                 <SpellCheckSettings SpellCheckProvider="PhoneticProvider" WordIgnoreOptions="RepeatedWords" />   
                 <Tools> 
                 <telerik:EditorToolGroup> 
                   
                 <telerik:EditorSeparator /> 
                   
                 <telerik:EditorTool Name="Print" /> 
                 <telerik:EditorTool Name="AJAXSpellCheck" /> 
                                    
                 <telerik:EditorSeparator /> 
                   
                 <telerik:EditorTool Name="Cut" /> 
                 <telerik:EditorTool Name="Copy" /> 
                 <telerik:EditorTool Name="Paste" /> 
                 <telerik:EditorTool Name="PasteStrip" /> 
                   
                 <telerik:EditorSeparator /> 
                   
                 <telerik:EditorTool Name="Undo" /> 
                 <telerik:EditorTool Name="Redo" /> 
                   
                 <telerik:EditorSeparator /> 
                   
                 <telerik:EditorTool Name="LinkManager" /> 
                   
                 <telerik:EditorSeparator /> 
                   
                 <telerik:EditorTool Name="FontName" /> 
                 <telerik:EditorTool Name="FontSize" /> 
                 <telerik:EditorTool Name="ForeColor" />   
                     
                 <telerik:EditorSeparator /> 
                                                
                 </telerik:EditorToolGroup> 
                 <telerik:EditorToolGroup> 
                   
                 <telerik:EditorSeparator /> 
                   
                 <telerik:EditorTool Name="JustifyLeft" /> 
                 <telerik:EditorTool Name="JustifyCenter" /> 
                 <telerik:EditorTool Name="JustifyRight" /> 
                 <telerik:EditorTool Name="JustifyFull" /> 
                   
                 <telerik:EditorSeparator />               
                   
                 <telerik:EditorTool Name="Bold" /> 
                 <telerik:EditorTool Name="Italic" /> 
                 <telerik:EditorTool Name="Underline" /> 
                   
                 <telerik:EditorSeparator /> 
                   
                 <telerik:EditorTool Name="Indent" /> 
                 <telerik:EditorTool Name="Outdent" />                   
                   
                 <telerik:EditorSeparator /> 
                   
                 <telerik:EditorTool Name="InsertOrderedList" /> 
                 <telerik:EditorTool Name="InsertUnorderedList" /> 
                   
                 <telerik:EditorSeparator /> 
                   
                 <telerik:EditorTool Name="InsertSymbol" /> 
                   
                 <telerik:EditorSeparator /> 
                   
                 </telerik:EditorToolGroup> 
                 </Tools> 
                     <Content> 
</Content> 
                 </telerik:RadEditor> 
                   
                 <br /> 
 
 
</div> 
      
    </form> 
</body> 

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 19 Aug 2009, 02:15 PM
Hi Don,

Please, see the following forum thread on the subject: Spell Checker erroring with - Invalid character in a Base-64 string.

Kind regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Jimmie
Top achievements
Rank 2
answered on 30 Sep 2009, 10:04 PM
I am getting this Invalid character in a Base-64 string error on a page with multiple RadEditors. The first RadEditor has the ToolsFile set up, and the spell check works great. The subsequent RadEditors are using the first RadEditor as a ToolProvider. These all error. I am not using RadCompression, and I already have the encoding set to utf8. Will the SpellCheck simply not work with multiple RadEditors sharing the same ToolBar?
0
Lini
Telerik team
answered on 01 Oct 2009, 07:17 AM
Hello,

Which version of the editor are you using in your project? I did a quick test with the latest Q2 2009 service pack release (2009.2.826) and there were no problems with spellchecking multiple editors. I had three editors configured to share the toolbar with the first. If you are using an older RadControls version, try updating to the latest release. If you already have the latest release, then please open a formal support ticket and send us a sample project that shows the problem. Thank you in advance for your cooperation!

Greetings,
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.
Tags
Editor
Asked by
Don Maroney
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Jimmie
Top achievements
Rank 2
Lini
Telerik team
Share this question
or