【发布时间】:2016-02-02 15:32:53
【问题描述】:
我将我的开发机器从 Windows 7 VS2012 升级到 Windows 10 VS2015。这需要升级到 Azure SDK 2.8。我们的网络角色不再启动。浏览器窗口打开,下面是调试输出的最后一行。我已经搜索了 WaIISHost.exe 的日志,但无济于事。
The program '[2884] WaIISHost.exe: Program Trace' has exited with code 0 (0x0).
The program '[2884] WaIISHost.exe' has exited with code 0 (0x0).
The program '[12316] w3wp.exe' has exited with code 0 (0x0).
The program '[12316] w3wp.exe: Program Trace' has exited with code 0 (0x0).
【问题讨论】:
-
我从 Azure SDK 2.2 和 Windows 7 升级到 Azure 2.8 和 Windows 10 后也遇到了类似的情况。您找到解决方案了吗?
-
这最终是我们的诊断配置出现问题。我记得 Visual Studio 搞砸了迁移,我们不得不返回并在我们的 web.config 和 ServiceConfigurations.Local.cscfg 中进行诊断。
-
谢谢,我的问题与我的 SDK 版本不匹配的 azure cashing 库版本有关
标签: azure azure-web-roles