How to fix w3wp.exe errors after windows 7 and 8.1 updates of August 12th 2015?

Some ASP.NET 4.5 websites throw the following error continuously on every request after the latest windows updates (August 12th 2015).

Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp: 0x4ce7afa2 Faulting module name: KERNELBASE.dll, version: 6.1.7601.18933, time stamp: 0x55a6a16f Exception code: 0xe0434352 Fault offset: 0x000000000000b3dd Faulting process id: 0x2bb8 Faulting application start time: 0x01d0d5ac15c25873 Faulting application path: c:windowssystem32inetsrvw3wp.exe Faulting module path: C:Windowssystem32KERNELBASE.dll Report Id: 58cdc89d-419f-11e5-8650-782bcbaf10f4

I confirmed on other PC's that the windows update is to blame, both for windows 7 and 8.1.

To try and fix it, I tried updating nuget packages, switching the .NET framework to 4.5.2, reconfiguring IIS, etc


解决方案是卸载.NET 4.6 RC并安装常规的.NET 4.6。


I had mine fixed by uninstalling Security Update for Microsoft .Net Framework 4.6 RC KB3083186. Microsoft should correct this soon for MVS 2013 and MVS 2015

链接地址: http://www.djcxy.com/p/92502.html

上一篇: SOLR 4.1内存不足错误提交了几千个Solr文档后

下一篇: 如何修复2015年8月12日的Windows 7和8.1更新后的w3wp.exe错误?