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

JS error Teleik is undefined

3 Answers 86 Views
Editor
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 09 Jul 2008, 11:09 PM

Hello,

  I have a simple vs 2005 vb.net project that I've been using to test out the contrlols. They are GREAT! Within the project I have a couple of pages that work fine with radWindows and radToolBar. I am now trying the RadEditor and I am getting the JS error Teleik is undefined as soon as the page is loaded. I have enable RadScriptManager and registered the WebResource.axd and SpellCheckHandler.axd in the web.config file. I deleted the page and added another one yet I still get the same error as soon as the page loads. Am I missing something? I am walking through the video tutorial step by step. Thanks in advance.

John
Using: RadControls for ASPNET AJAX Q1 2008
Line: 108
Char: 5
Error: 'Telerik' is undefined
Code: 0
URL: http://localhost/telerikTests/radSpell.aspx

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 10 Jul 2008, 07:58 AM
Hi John,

I believe that the following forum thread will be of help:
http://www.telerik.com/community/forums/thread/b311D-hcgdb.aspx

You can also check the Trouble Shooting section of the documentation (the last paragraph):
http://www.telerik.com/help/aspnet-ajax/troubleshooting.html



Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
John
Top achievements
Rank 1
answered on 10 Jul 2008, 04:05 PM

Georgi,

  Thanks the troubleshooting helped. I had to add the two lines below into the web.config for ii7 on vista.

John



<

add name="Telerik.Web.UI.WebResource" path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=[VERSION], Culture=neutral, PublicKeyToken=121fae78165ba3d4" />

<

add name="Telerik.Web.UI.SpellCheckHandler" path="Telerik.Web.UI.SpellCheckHandler.axd" verb="*" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI, Version=[VERSION], Culture=neutral, PublicKeyToken=121fae78165ba3d4" />

0
Rumen
Telerik team
answered on 10 Jul 2008, 04:10 PM
Hi John,

I just want to add that the following help article provides this information too: Registering the HttpHandlers on Windows Vista IIS 7 Integrated mode.


All the best,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
John
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
John
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or