Search code examples
azureazure-service-fabricreliable-actors

Reliable Actor: Console application: Application Ready message never appearing


I am trying a sample application on Reliable Actors provided here: enter link description here

When I am executing my console application, it is never showing message: "The application is ready". The console windows remains blank and after a long time it shows message: "The thread exited with code 0".

When I set the breakpoint, it shows this: enter image description here

Once the code executes, how to deploy the service to Azure trial account. Which project needs to be deployed?


Solution

  • I found the solution. The path: 'fabric/MyApplication...' was incorrect in the local service cluster. Even the local service cluster was not running. Edited the path by right-clicking 'Manage Service Fabric Local Cluster' and it started working.

    enter image description here