Community & Support
Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Spell > Server Error 500
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered Server Error 500

Feed from this thread
  • Posted on Aug 18, 2008 (permalink)

    Hi,
    I had my application running perfectly but now I've got a very odd message regarding the Spell Check. Once I try to check a few textboxes on my form, I now get a popup message saying :

    "...Server returned error : 500...
    /<myApp>/RadControls/Spell/Telerik.RadSpellCheckHandler.ashx undefined...
    <title>Object reference not set to an instance of an object.</title>..."

    I've got the whole RadControls folder is my web application, which is still using .NET1.x and the .dll version that I'm using is 3.0.2.0. I've tried everything described in the help file and nothing seems to work. Any clues ?

    Any help will be appreciated.

    Regards,

    Cristiano

  • Rumen Rumen admin's avatar

    Posted on Aug 18, 2008 (permalink)

    Hi Cristiano,

    Could you try to register the spellcheck handler in your web.config, as it is described in the following help topic:

    Spell Check Handler Configuration

    I also recommend registering the dialog handler in web.config:

    Dialog Handler Configuration

    Another reason for the problem, could be an URLRewriter.
    To fix the URL rewirter problem exclude the spell dialog from the URL rewriting routine.

    If this is not the case, it will be best to open a support ticket and send a small sample project where this error can be reproduced.


    Kind regards,
    Rumen
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Spell > Server Error 500