2011-10-06 100 views
0

我有一个使用ASP.Net MVC和Ext JS 3.1的Web应用程序,并且我一直在为一个页面获取以下错误,我尝试获取JSON商店和IE 9崩溃的价值。该网页在其他浏览器和IE 8/7上正常工作。Windows 7 64位Internet Explorer 9崩溃(APPCRASH jscript9.dll)

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 
+0

我有同样的问题,显示地图使用谷歌API的.NET应用程序... – Alsin

+0

@Alsin - 如果你仍然有这个问题,尝试我在我的答案建议,我遇到同样的问题做同样的你今天和这个固定它给我。 – rastating

回答

0

要解决此问题去调试选项卡,在您的项目设置,并确保“启用非托管代码调试”设定开启

我在遇到使用谷歌地图这个同样的问题WebBrowser控件。

我知道我在这里复活了一个老问题,但希望它能帮助任何人在未来浏览此页面。

+0

它不适用于我:( – Alsin

0

微软在2012年11月13日为IE 9提供了hot-fix。 所以,这个问题将不会出现在IE版本 - 9.0.8112.16455或以上。

0

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

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

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