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