I'm working on azure WorkerRole project in VS2015
, SDK 2.9
. The role works good in cloud, but when i'm trying to run it locally with FullEmulator, role can't be started:
[fabric] Role Instance: deployment29(116).MyComp.Engine.Deploy.MyProject.Engine.Azure.0
[fabric] Role state Unknown
[fabric] Role state Busy
[fabric] Role state Unknown
[fabric] Role state Busy
[fabric] Role state Unknown
[fabric] Role state Busy
[fabric] Role state Destroyed
[fabric] Role state Busy
looks like role is restarting endlesly, the interesting thing is, that break point at the begining of the OnStart()
doesn't hit
How to detect the reason of such behaviour?