“Sys._application”如何实现突然出现javascript错误?

发布于 2024-09-17 00:11:13 字数 531 浏览 3 评论 0原文

所有包含 的文件突然出现 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

╰◇生如夏花灿烂 2024-09-24 00:12:00

您是否为该页面启用了智能导航?如果您尝试将其关闭(如果您不需要它),它应该可以修复它。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文