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:
Once the code executes, how to deploy the service to Azure trial account. Which project needs to be deployed?
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.