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

Telerik not defined

2 Answers 134 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Roberto Wenzel
Top achievements
Rank 2
Roberto Wenzel asked on 02 Aug 2008, 12:41 PM

Hello,
I have some trouble wehen deploying my ASP.NET webpage.
I get that error message telleing me about a runtime error and saying that 'Telerik' is not defined.
I found some articles here pointing to similar problems but I could not manage to run my website.
I am using Telerik Rad controls for ASP.NET AJAX Q2 2008, VS 2008 with DotNet Framework 3.5 and IIS7 on VISTA with IE 7.
I tried to add a line to my web.config like 

<add key="Telerik.WebControls.RadControlsDir" value="~/RadControls/"/>



But that did not work for my versions. Has someone maybe a step-by-step how-to workaround for this problem?
Thanks in advance. Roberto

2 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 04 Aug 2008, 07:30 AM
Hello Roberto,

Is it possible the issue comes from the Windows Vista's Integrated Mode and the registration of WebResource.axd in your web.config file? If this is the case, please review the first paragraph of this documentation topic to address it:

http://www.telerik.com/help/aspnet-ajax/troubleshooting.html

Kind regards,
Stephen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Roberto Wenzel
Top achievements
Rank 2
answered on 06 Aug 2008, 03:35 PM

Hello, thank you for your support. In the meantime I found that page you pointed to by myself. It was the missing entry in the section <system.webserver> in web.config file

<handlers>

<add name="Telerik.Web.UI.WebResource"  path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=[ASSEMBLY_VERSION], Culture=neutral, PublicKeyToken=121fae78165ba3d4" />
</handlers>
This solved the problem!
Cheers Roberto Wenzel

Tags
General Discussions
Asked by
Roberto Wenzel
Top achievements
Rank 2
Answers by
Sebastian
Telerik team
Roberto Wenzel
Top achievements
Rank 2
Share this question
or