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

radspell is crashing IIS

1 Answer 66 Views
Spell
This is a migrated thread and some comments may be shown as answers.
debbie f
Top achievements
Rank 1
debbie f asked on 09 May 2008, 10:27 PM
I'm having a tough time getting radspell (stand-alone) to work.  I've added a radeditor control to my web page - radspell from radeditor works just fine.  I have the a simple textbox control with a radspell control to check it:

<telerik:RadEditor runat="server" ID="radEdit"></telerik:RadEditor>
<asp:TextBox Runat="server" ID="txtTest2"></asp:TextBox>
<telerik:RadSpell ID="RadSpell1" runat="server"
        ControlToCheck="txtTest2"
        Skin="Vista"
        EnableEmbeddedScripts="true" 
        AllowAddCustom="False"  />

What am I missing in the configuration for a radspell to work all on it's own?  I've copied over the dictionary, files for globalresources, and used smart tags to add entries to web.config.  When I click the spell check button, a radwindow opens, waits a few seconds, then I get an error that IIS could not handle.  Any suggestions?

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 12 May 2008, 01:55 PM
Hi Debbie,

I tried to reproduce the problem using your code, but to not avail - please find attached a video that demonstrates my test.

Could you please open a support ticket and send us a sample runnable project in which the problem can be reproduced? We will do our best to provide a solution.

Kind regards,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Spell
Asked by
debbie f
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or