0

I got java script error:

SCRIPT5022: Sys.ArgumentOutOfRangeException: Value must be an integer. Parameter name: y Actual value was 326.739990234375.

When I testing application in IE 10 browser. I did googling and found this solution from Microsoft Support. I have modified MicrosoftAjax.js and MicrosoftAjax.debug.js files as per above article.

But After modified the javascriptfiles, when I run the application using Visual Studio 2005, I did not get the updated MicrosoftAjax.js and MicrosoftAjax.debug.js files.

So my question is: How can I get the updated versions of these two javascripts files.

Thanks, Ankur

Kasper Munck
  • 4,173
  • 2
  • 27
  • 50

1 Answers1

0

Instead of hacking JS files try upgrading your project to a newer .NET framework:

http://codecorner.galanter.net/2013/05/01/solution-for-ie10-error-script5022-sys-argumentoutofrangeexception-value-must-be-an-integer/

Yuriy Galanter
  • 38,833
  • 15
  • 69
  • 136