Karl Kopp
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:
- 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.
- The screen also looks like it has no style (attached).
- The URL is http://localhost:27751/RadControls/Spell/Telerik.Spell.DialogHandler.aspx?DialogName=SpellCheckDialog&UseEmbeddedScripts=true&Language=en-US&Skin=Default&Mode=0&
- The Editor had to be tweaked to include the DialogParametersMode="Session"
- The Editor is v7.20, Spell is 3.2
Any advice would be greatly appreciated :)
Cheers
Karl
Answer
Rumen
Rumen
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
Karl Kopp
Posted
on Nov 17, 2009
(permalink)
Bingo - thanks! Missed the section on updating the controls...