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
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> |
