Cannot debug project after upgrading to Service Fabric SDK v2.3.301

后端 未结 3 1664
心在旅途
心在旅途 2021-01-15 16:10

Recently upgraded to Service Fabric SDK v2.3.301, but for some reason my project got corrupted. I cannot debug the project, I get the following error: \"A project with an Ou

3条回答
  •  再見小時候
    2021-01-15 16:50

    I have had the same issue a couple of times. I have not been able to identify the source. But I have solved it with the following actions:

    1. Close all Visual Studio windows.
    2. Restart the Service Fabric service: Type services.msc in the windows run tool. Find Microsoft Service Fabric Host Service. Right Click + Restart.
    3. Reset the local cluster: Look at the Service Fabric Local Cluster Manager Icon in the notification area in the right side of the task bar. Right Click + Reset Local Cluster.
    4. Open the problematic solution in Visual Studio.
    5. Clean and Rebuild solution.
    6. Finally run your solution (press F5).

    Hope this helps.

提交回复
热议问题