Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Ajax > Telerik Ajax Controls : Script issue
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 Telerik Ajax Controls : Script issue

Feed from this thread
  • Mridula avatar

    Posted on Mar 18, 2011 (permalink)

    Telerik Team,
    I recently upgraded a dotnetnuke module from 2.0 to 3.5 .net framework and also upgraded the telerik controls on the module to the 2010.2.929.35 version. As a result, now the module throws the following run time errors upon execution.

    "Microsoft JScript runtime error: Sys.ArgumentUndefinedException: Value cannot be undefined.
    Parameter name: type"

    I have the 3.5 ajaxToolkit dll installed as well as the appropriate links in the webconfig file in the handlers section which I have attached below for your reference.

     <add name="Telerik.Web.UI.WebResource" verb="*" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" />

    <
    add name="Telerik.Web.UI.ChartHttpHandler" verb="*" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4" />

     

    <add name="ScriptResource" verb="GET,HEAD" path="ScriptResource.axd" preCondition="integratedMode" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

     

     

    However, the error still persists. Could you please suggest any other solution to this problem?

    Thank you
    Mridula

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Ajax > Telerik Ajax Controls : Script issue