Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Spell > RadSpell. Server return error:500 Expected ';'
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 RadSpell. Server return error:500 Expected ';'

Feed from this thread
  • Jeremy avatar

    Posted on Jun 18, 2010 (permalink)

    My company purchased quality software from Pilgrim Software called SmartSolve and for some reason the spell checker in their software keeps giving us the following error:

    RadSpell error. Server returned error: 500
    Please, see the help for more details: RadSpell 3.x - Configuration - SpellCheckHandler.
    /SmartSolve/RadControls/Spell/Telerik.RadSpellCheckHandler.ashx
    Expected ';'

    Please use SmartSolve to view this file


    I have been talking to Pilgrim software about this and we have been thinking it has something to do with the Web.config file but everything we try isn't solving the problem.  It seems Pilgrim Software doesn't know what is causing this.  Have you seen this problem before?  And if so does it have anything to do with the jscript files?

  • Lini Lini admin's avatar

    Posted on Jun 21, 2010 (permalink)

    Hello,

    A server error 500 means that there was an unhandled exception while the spellcheck request was processed. The response to the Telerik.RadSpellCheckHandler.ashx request should contain the exception details. Use a HTTP debugging proxy (Fiddler for IE, Firebug for Firefox) and check the contents of the response for the spellcheck request.

    Some common problems are missing or inaccessible dictionary files (*.tdf) or an invalid entry in the custom dictionary file ( [lang]-custom.txt ). In this case, you can removing the custom dictionary file to see if the problem will go away.

    Greetings,
    Lini
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Spell > RadSpell. Server return error:500 Expected ';'