Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/django/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Asp.net mvc 4 IE11上的Web应用程序崩溃/挂起_Asp.net Mvc 4_Internet Explorer 11_Mshtml - Fatal编程技术网

Asp.net mvc 4 IE11上的Web应用程序崩溃/挂起

Asp.net mvc 4 IE11上的Web应用程序崩溃/挂起,asp.net-mvc-4,internet-explorer-11,mshtml,Asp.net Mvc 4,Internet Explorer 11,Mshtml,我的web应用程序在Firefox和Chrome上都运行良好 但当尝试在IE11(在Windows10中)上运行时,web应用程序会随机崩溃,并出现跟随错误 组装说明在 mshtml!Tree::TableCellBlock::EnsureTableStructureRelatedFormatsAreadyTouse+5 Microsoft Corporation的C:\Windows\System32\mshtml.dll中 尝试读取时导致访问冲突异常(0xC0000005) 来自线程39上的

我的web应用程序在Firefox和Chrome上都运行良好

但当尝试在IE11(在Windows10中)上运行时,web应用程序会随机崩溃,并出现跟随错误

组装说明在 mshtml!Tree::TableCellBlock::EnsureTableStructureRelatedFormatsAreadyTouse+5 Microsoft Corporation的C:\Windows\System32\mshtml.dll中 尝试读取时导致访问冲突异常(0xC0000005) 来自线程39上的内存位置0x00000008

完整调用堆栈

函数Arg 1 Arg 2 Arg 3 Arg 4源 mshtml!Tree::TableCellBlock::EnsureTableStructureRelatedFormatsAreadyTouse+5 6cf07460 112d9470 187a2ee0 00000000
mshtml!布局::TableGridBox::HandleChildDisplayChanges和AggregateBounds_Const+b9 1282fe28 06aad5bc 42c80000 112d9534
mshtml!布局::布局框::HandleDisplayChange\u Const+101e 00000000 1282fe28 06aad5bc 42c80000
mshtml!布局::布局框::HandleChildDisplayChanges和AggregateBounds+c9 1282fe28 06aad5bc 42c80000 112d9754
mshtml!布局::TableBox::HandleChildDisplayChanges和AggregateBounds_Const+41 1282fe28 06aad5bc 42c80000 112d9754
mshtml!布局::布局框::HandleDisplayChange\u Const+101e 00000000 1282fe28 06aad5bc 42c80000
mshtml!布局::FlowBoxBuilder::ReuseChildBox+5f6 187f8460
112d9bfc 112d9bfc 00000000
mshtml!布局::FlowBoxBuilder::尝试使用子框+15c 1a0978cc 112d9bfc 112d99c8 1282fe00
mshtml!布局::FlowBoxBuilder::BuildBoxItem+30a 112d9bfc
112d9bfc 112d9bbc 00000000

以及其他随机崩溃错误

ntdll上的汇编指令!RtlpWaitOnCriticalSection+10e英寸 来自Microsoft Corporation的C:\Windows\System32\ntdll.dll已导致 线程28上的未知异常(0xc0000008)

JScript 9上的汇编指令!iNativeFunctionDDR+3英寸 来自Microsoft Corporation的C:\Windows\System32\JScript 9.dll已导致 尝试从中读取时出现访问冲突异常(0xC0000005) 线程21上的内存位置0x000004b4

不知道如何调试这个;任何帮助都将不胜感激