Azure toolkit 1.5
- Create New project
- Add worker role
- Hit F5
The deployments get stuck in:
[fabric] Role Instance: deployment(189).WindowsAzureProject1.WorkerRole1.0
[fabric] Role state Unknown
Eventually the deployment times out.
Any ideas on how to debug this?
Got it working, turned out that Windows Process Activation Service wasn’t running correctly on my machine. Reinstalled and enabled tcp activation and now its working!