Hey,
I used RadGrid "Prometheus" in my project with AJAX and When I debug my application I come across this error in firefox and it somewhere stuck on function Sys$CultureInfo$_getAbbrMonthIndex(value)
of ScriptResource.axd file and If i press countinue(F8) it go through
and unusual thing is that it works fine in Internet explorer.
Plz Reply me .
Thanks
HHH
I used RadGrid "Prometheus" in my project with AJAX and When I debug my application I come across this error in firefox and it somewhere stuck on function Sys$CultureInfo$_getAbbrMonthIndex(value)
of ScriptResource.axd file and If i press countinue(F8) it go through
and unusual thing is that it works fine in Internet explorer.
Plz Reply me .
Thanks
HHH
10 Answers, 1 is accepted
0
Hi HHH,
Is it possible that you stumbled upon an old bug in ASP.NET AJAX which has already been addressed? Note that the ScriptResource.axd file holds the embedded resources for the framework and is not connected to our web grid.
Best regards,
Stephen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Is it possible that you stumbled upon an old bug in ASP.NET AJAX which has already been addressed? Note that the ScriptResource.axd file holds the embedded resources for the framework and is not connected to our web grid.
Best regards,
Stephen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
HHH
Top achievements
Rank 1
answered on 11 Mar 2008, 02:45 PM
Thats true but can you help me out here. i m using visual studio 2008 with .net framework 3.5 still its coming up ..what should i do here.
thanks in advance.
HHH
thanks in advance.
HHH
0
Hi HHH,
Are you using MS UpdatePanel to handle the ajaxification and how is that applied? Does the same problem occur if you replace RadGrid with standard GridView control? Any additional information on your exact scenario would help us point you in the right direction.
Regards,
Steve
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Are you using MS UpdatePanel to handle the ajaxification and how is that applied? Does the same problem occur if you replace RadGrid with standard GridView control? Any additional information on your exact scenario would help us point you in the right direction.
Regards,
Steve
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
HHH
Top achievements
Rank 1
answered on 11 Mar 2008, 04:12 PM
Thanks for the reply,
I m not using MS controls. i m only using Prometheus controls and ajaxify all the controls with RAD AJAX MANAGER but i m using MS script manager , (which is require to do ajax) and i have seen on telerik sites that you guys also use MS script manager instead of telerik script manager.
thanks
HHH
I m not using MS controls. i m only using Prometheus controls and ajaxify all the controls with RAD AJAX MANAGER but i m using MS script manager , (which is require to do ajax) and i have seen on telerik sites that you guys also use MS script manager instead of telerik script manager.
thanks
HHH
0
Hi HHH,
telerik:RadScriptManager inherits from asp:ScriptManager and only adds additional functionality for merging scripts on the page (more info here), so it is not related to the problem. Also as you probably know RadControls Prometheus is built on top of MS AJAX and all Prom controls require the presence of either ScriptManager or RadScriptManager.
As my colleague explained, this error was coming from bug in previous version of the MS AJAX assembly and should not be present in the 3.5 framework.
Regards,
Steve
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
telerik:RadScriptManager inherits from asp:ScriptManager and only adds additional functionality for merging scripts on the page (more info here), so it is not related to the problem. Also as you probably know RadControls Prometheus is built on top of MS AJAX and all Prom controls require the presence of either ScriptManager or RadScriptManager.
As my colleague explained, this error was coming from bug in previous version of the MS AJAX assembly and should not be present in the 3.5 framework.
Regards,
Steve
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Bill Murphy
Top achievements
Rank 1
answered on 02 Jun 2008, 06:32 PM
Steve, HHH,
Did you ever come to a resolution on this? It appears very similar to a support ticket I currently have open: 140472. I'd like to know any work around or resolution.
Thanks.
--Bill
0
HHH
Top achievements
Rank 1
answered on 02 Jun 2008, 06:42 PM
Hey Bill,
I unchecked the break on all errors option.and its gone..
Script Tab,
option
Break on all errors.
i hope that solve your problem
HHH
I unchecked the break on all errors option.and its gone..
Script Tab,
option
Break on all errors.
i hope that solve your problem
HHH
0
Bill Murphy
Top achievements
Rank 1
answered on 02 Jun 2008, 06:46 PM
HHH,
Doesn't doing that substantially decrease the usability of Firebug? Break-on-error is something I like in my JavaScript debugger...
--Bill
0
Bill Murphy
Top achievements
Rank 1
answered on 02 Jun 2008, 06:46 PM
HHH,
Doesn't doing that substantially decrease the usability of Firebug? Break-on-error is something I like in my JavaScript debugger...
--Bill
0
Bill Murphy
Top achievements
Rank 1
answered on 04 Jun 2008, 03:16 PM
HHH and others,
I don't know if it was the move to 2008.1.515 from Telerik, or getting a newer install of the Microsoft Ajax Extensions than was shipped with Prometheus directly from Microsoft, but this problem no longer occurs for me.
I hope this post may help others that have the same problem.
--Bill