SCRIPT5022: Sys.WebForms.PageRequestManagerServerErrorException: Input string was not in a correct format

笑着哭i 提交于 2019-12-01 17:28:57
Adam Taylor

This is occurring because your submit button is an input with type="image". Therefore, coordinates are submitted with the form. Previous versions of Internet Explorer submit those coordinates as integers, but Internet Explorer 10 submits them as decimals.

There are a variety of ways to fix it. See this question and this bug report for some solutions.

This is an issue with ie 10. Simply upgrade net framework to 4.5. This will solve your issue.. :)

I have undergone the same problem, My Configurations settings are as follows,

Application running on framework 3.5,

IIS application pool framework version v2.0,

Internet Explorer 10..

Please Set the IE in compatibility View then all errors gone away for me. If still someone searching for the same problem please you could give it a try by setting the IE in compatibility mode for that website....

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!