“Sys._application”如何实现突然出现javascript错误?
所有包含
的文件突然出现 JavaScript 错误,错误消息如下,
错误:Sys.ArgumentTypeException: “Sys_Application”类型的对象 无法转换为类型 'Sys._Application'/参数名称: 实例
我通过向 ScriptManager 添加 'ScriptMode="Release"' 解决了这个问题,但我认为这不是最好的解决方案,似乎是一个快速修复,我真的需要知道这个错误是如何以及为什么发生的。我可以向你保证,我没有更改任何代码行,我什至使用文件比较工具来确认它。
发生了什么事?以及如何在不更改
的情况下解决它?
伊莱恩
A javascript error suddenly came up throughout all files containing <asp:ScriptManager..>
, error message is as below,
Error: Sys.ArgumentTypeException:
OBject of type 'Sys_Application'
cannot be converted to type
'Sys._Application'/ Parameter name:
instance
I resolved the issue by adding 'ScriptMode="Release"' to ScriptManager, but I don't think it's a best solution, seems like a quick-fix, I really need to know how and why did this error occur. I can assure you that I didn't change any line of code, I even use file-compare tool to affirm it.
What's happened? and how to solve it without change as <asp:ScriptManager ID="ScriptManager1" runat="server" ScriptMode ="Release"/>
?
Elaine
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否为该页面启用了智能导航?如果您尝试将其关闭(如果您不需要它),它应该可以修复它。
Do you have Smart Navigation enabled for the page? If you do try turning it off (if you don't need it) and it should fix it hopefully.