在Windows更新10月2日之后,azure角色不会启动

在2016年2月10日安装Windows更新后,天蓝色的角色不会在仿真器(Full / Express)中启动.
日志显示如下
[00005748:00006624,2016/02/14,12:03:24.391,FATAL] Role process exited with exit code of -2147024809
[00005748:00006624,12:03:24.397,INFO ] Stopping role: deployment25(0).AzureCloudService2.Webrole1_IN_0. Notify: False  Recycle: False  StopTimeout: 30
[00005748:00006624,12:03:24.398,IMPRT] State of deployment25(0).AzureCloudService2.Webrole1_IN_0 changed from RoleStateBusy to RoleStateStopping.
[00005748:00006624,IMPRT] State of deployment25(0).AzureCloudService2.Webrole1_IN_0 changed from RoleStateStopping to RoleStateStopped.
[00005748:00006624,ERROR] <- WapGetEnvironmentvariable=0x800700cb
[00005748:00006624,WARN ] (Ignoring) Reading environment variable CleanupFirewallOnRoleRestart Failed with HR: 800700cb
[00005748:00006624,INFO ] The value of cleanupFirewallOnRoleRestart is set to True
[00005748:00006624,WARN ] Attempting to recover role deployment25(0).AzureCloudService2.Webrole1_IN_0.
[00005748:00006624,12:03:24.399,ERROR] Failed to create FSRM quota manager instance.

Update 14 Feb 2016

看起来像我使用完整的IIS(不是IIS Express)和全仿真器它的工作,但如果我选择快速模拟器(我只能选择IISExpress)它不*

卸载Windows Update KB3126593解决了这个问题,但是在2016年4月12日的修补程序Windows更新之后,仿真器没有重新启动.通过连续卸载更新,我确定KB3147071成为罪魁祸首.我重新安装了所有其他更新,并将KB3147071从进一步更新中排除,现在仿真器再次工作.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...