【发布时间】:2015-04-21 00:36:26
【问题描述】:
我将 VisualStudio 2013.4 与 Azure .NET SDK 2.5 一起使用:
- 文件/新项目:Azure 云服务
- 添加 F# WorkerRole
- F5
云服务无法在模拟器中启动:
[fabric] 角色实例:deployment25(22).AzureCloudService2.WorkerRole1.0
[面料] 角色状态不健康
[运行时] 角色入口点。调用 OnStart():Microsoft.WindowsAzure.ServiceRuntime.DefaultEntryPoint
[运行时] 角色入口点。已完成 OnStart():Microsoft.WindowsAzure.ServiceRuntime.DefaultEntryPoint
[运行时] 角色入口点。调用运行():Microsoft.WindowsAzure.ServiceRuntime.DefaultEntryPoint
[运行时] 角色入口点。 COMPLETED Run() ==> ROLE RECYCLING INITIATED: Microsoft.WindowsAzure.ServiceRuntime.DefaultEntryPoint
[运行时] 角色实例回收开始
[运行时] 角色入口点。调用 OnStop():Microsoft.WindowsAzure.ServiceRuntime.DefaultEntryPoint
[运行时] 角色入口点。调用 OnStopping()
[运行时] 角色入口点。已完成 OnStop():Microsoft.WindowsAzure.ServiceRuntime.DefaultEntryPoint
[运行时] 角色入口点。调用 OnStart():Microsoft.WindowsAzure.ServiceRuntime.DefaultEntryPoint
[运行时] 角色入口点。已完成 OnStart():Microsoft.WindowsAzure.ServiceRuntime.DefaultEntryPoint
[运行时] 角色入口点。调用运行():Microsoft.WindowsAzure.ServiceRuntime.DefaultEntryPoint
[运行时] 角色入口点。 COMPLETED Run() ==> ROLE RECYCLING INITIATED: Microsoft.WindowsAzure.ServiceRuntime.DefaultEntryPoint
[运行时] 角色实例回收开始
...
[面料] 角色状态不健康
[面料] 角色状态暂停
[面料] 角色状态忙碌
[面料] 角色状态不健康
[面料] 角色状态暂停
...
C# Worker Role 的作用就像是一种魅力。
提前感谢您的帮助
去'
【问题讨论】: