Hi I understand this has been a problem before.
I am using Telerik.Web.UI 2008.1.619.20.
And the ASP.NET AJAX Extensions 1.0 for .NET 2.0.
Most of my pages are fine.
However, there are three pages where this error occurs:
Firebug shows this is where it is called from:
These three pages dynamically load a User Control. There is no codebehind for the user control as it inherits from a separate assembly I have written.
I have a base page for all pages which adds the scriptmanager and RadAjaxManager.
I have tried RadScriptManager as well as ScriptManager.
I am at a loss to solve this problem.
Please help!
Marty
I am using Telerik.Web.UI 2008.1.619.20.
And the ASP.NET AJAX Extensions 1.0 for .NET 2.0.
Most of my pages are fine.
However, there are three pages where this error occurs:
| Sys.InvalidOperationException: Handler must be a function. |
| Sys$CultureInfo$_getAbbrMonthIndex("")ScriptRe...211899413 (line 5762) |
| ScriptResource.axd?d=d5iptTOXMq3rekLMuo5H-_o4gDDVPzzYLEE92e7THUmpaxGPBusaIHO4rLdLU7dm0&t=633510249006508017()()ScriptRe...006508017 (line 793) |
| this._upperAbbrMonths = this...s.dateTimeFormat.AbbreviatedMonthNames); |
Firebug shows this is where it is called from:
| 789 Telerik.Web.BoxSide.prototype={Top:0,Right:1,Bottom:2,Left:3}; |
| 790 Telerik.Web.BoxSide.registerEnum("Telerik.Web.BoxSide",false); |
| 791 if(Sys.CultureInfo.prototype._getAbbrMonthIndex){ |
| 792 try{ |
| 793 Sys.CultureInfo.prototype._getAbbrMonthIndex(""); |
| 794 } |
| 795 catch(ex){ |
| 796 Sys.CultureInfo.prototype._getAbbrMonthIndex=function(_c8){ |
| 797 if(!this._upperAbbrMonths){ |
| 798 this._upperAbbrMonths=this._toUpperArray(this.dateTimeFormat.AbbreviatedMonthNames); |
| 799 } |
These three pages dynamically load a User Control. There is no codebehind for the user control as it inherits from a separate assembly I have written.
I have a base page for all pages which adds the scriptmanager and RadAjaxManager.
I have tried RadScriptManager as well as ScriptManager.
I am at a loss to solve this problem.
Please help!
Marty