Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Spell > Undefined errors after upgrade
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.

Answered Undefined errors after upgrade

Feed from this thread
  • Karl Kopp avatar

    Posted on Nov 11, 2009 (permalink)

    Hi all - I've recently upgraded a clients .NET 1.1 app to .NET 2.0 and as such, moved to RadEditor.Net2 and RadSpell.Net2. After following the instructions, I am now getting the following issues:

    1. When loading the spellcheck popup dialog, I get a JavaScript alert the says 'undefined' and an OK button. When I click the OK the window closes.
    2. The screen also looks like it has no style (attached).
    3. The URL is http://localhost:27751/RadControls/Spell/Telerik.Spell.DialogHandler.aspx?DialogName=SpellCheckDialog&UseEmbeddedScripts=true&Language=en-US&Skin=Default&Mode=0&
    4. The Editor had to be tweaked to include the DialogParametersMode="Session"
    5. The Editor is v7.20, Spell is 3.2

    Any advice would be greatly appreciated :)

    Cheers
    Karl
    Attached files

  • Answer Rumen Rumen admin's avatar

    Posted on Nov 16, 2009 (permalink)

    Hi Karl,

    If you need to just the upgrade the RadEditor.dll to RadEditor.Net2.dll then please try the instructions provided in this help article: Upgrading Telerik RadEditor v7.x Trial to Telerik RadEditor v7.x Developer license.

    You should:
    1) Back up your project
    2) Replace the RadEditor.dll / RadSpell.dll with RadEditor.Net2.dll and RadSpell.Net2.dll placed in the NET2 installation folder.
    3) Delete the RadControls/Editor and RadControls/Spell folders and paste the RadControls folder placed in the NET2 installation folder.

    If you still experience any problems, please open a support ticket and send a sample fully working project that demonstrates the problem.

    All the best,
    Rumen
    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.

  • Karl Kopp avatar

    Posted on Nov 17, 2009 (permalink)

    Bingo - thanks! Missed the section on updating the controls...

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Spell > Undefined errors after upgrade