【问题标题】:Windows 7 64-bit Internet Explorer 9 Crash(APPCRASH jscript9.dll)Windows 7 64 位 Internet Explorer 9 崩溃(APPCRASH jscript9.dll)
【发布时间】:2023-03-19 00:15:01
【问题描述】:

我有一个使用 ASP.Net MVC 和 Ext JS 3.1 的 Web 应用程序,我在尝试从商店获取 JSON 值并且 IE 9 崩溃的页面始终出现以下错误。该页面在其他浏览器和 IE 8/7 上运行良好。

Problem signature:
  Problem Event Name:   APPCRASH
  Application Name: iexplore.exe
  Application Version:  9.0.8112.16421
  Application Timestamp:    4d76255d
  Fault Module Name:    jscript9.dll
  Fault Module Version: 9.0.8112.16434
  Fault Module Timestamp:   4e28e66c
  Exception Code:   c0000005
  Exception Offset: 0006c8a2
  OS Version:   6.1.7601.2.1.0.256.4
  Locale ID:    1033
  Additional Information 1: 0a9e
  Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
  Additional Information 3: 0a9e
  Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

【问题讨论】:

  • 我对使用 google API 显示地图的 .NET 应用程序有同样的问题...
  • @Alsin - 如果您仍然遇到此问题,请尝试我在回答中的建议,我今天遇到了与您相同的问题,这为我解决了问题。

标签: internet-explorer windows-7-x64


【解决方案1】:

在 64 位机器上,这发生在 Windows 更新之后,我没有费心去找出是哪一个。但是在重新注册DLL后(如下)这个问题就可以解决了。

Open command prompt as an administrator and type below
C:\> regsvr32 jscript9.dll

这应该可以解决您的问题。

【讨论】:

    【解决方案2】:

    要解决此问题,请转到项目设置中的“调试”选项卡,并确保“启用非托管代码调试”设置已打开

    我在 WebBrowser 控件中使用 Google 地图时遇到了同样的问题。

    我知道我在这里复活了一个老问题,但希望它可以帮助将来访问此页面的任何人。

    【讨论】:

      【解决方案3】:

      Microsoft 于 2012 年 11 月 13 日为 IE 9 提供了修补程序。 因此,如果 IE 版本为 - 9.0.8112.16455 或更高版本,则不会出现此问题。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 2013-05-20
        • 2015-11-07
        • 1970-01-01
        • 2012-08-15
        • 1970-01-01
        • 2012-10-27
        • 1970-01-01
        相关资源
        最近更新 更多