I am facing some problem on the Scheduler. while developing the code I used the Radscheduler (version RAD Ajax controls Q1 2009). Later I upgraded the Telerik.Web.UI.dll to latest Version of Radscheduler (Version RAD Ajax controls Q2 2009). After upgrading that I am having a issue on the Radscheduler.
<telerik:RadScriptManager ID="RadScriptManager2" runat="server">
<scripts>
<asp:ScriptReference Path="~/DefaultTemplates/AdvancedForm.js" />
</scripts>
</telerik:RadScriptManager>
The issue arises in the above code snippet at <asp:scriptreference>. I tried replacing the old version of Radscriptmanager with new version of Radscriptmanager(Q2 2009). I tried all the options provided by the below URL. But nothing works.
http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/asp-scriptreference-problem.aspx
Here is the Error message:
System.Web.UI.ScriptReferenceCollection must have items of type 'System.Web.UI.ScriptReference'. 'asp:ScriptReference' is of type 'System.Web.UI.ScriptReference'.
Please help me out to solve the above issue.
thanks,
KG