Sunday, March 11, 2012

CalendarExtender and the Dreaded Line 1162 bug

I am also experiencing the same problem but only on my production boxes. On the our Test server and development machines no error. I checked the versions of the ajax dll and they are the same. Any ideas would be great.

Ok, Here is the fix to my problem, I hope it works for you as well.

If you look in Add and Remove Programs you may notice that the Microsoft ASP.NET 2.0 AJAX Extensions 1.0 has a size of 1.23MB. If this is the case then you actually have a beta or CTP version of the AJAX Extensions. Uninstall this version and download the new file from the asp.net website. After it installs it's size will be 1.75MB

Hope this helps


Hi,I'm laron,from China,I have the same problems like you,and I get it.You Could Change that code like this:

if(text)
{
try
{
value = Date.parseLocale(text, this.get_format());
}
catch (e)
{
value = Date.parse(text, this.get_format());
}
}

change the source for AJAX toolkit and recompiled it with changed values,I'v tried,and it's OK!

No comments:

Post a Comment