Setup Wizard gets error installing Service Fabric SDK

vNormanG 10 Reputation points Microsoft Vendor
2023-10-12T23:03:31.45+00:00

Trying to run service fabric on local development machine. I installed the Service Fabric runtime, 10.0.1816.9590. Trying to install the Service Fabric SDK, 7.0.1816. The msi setup wizard keeps getting an error, "Microsoft Azure Service Fabric SDK Setup Wizard ended prematurely because of an error". It doesn't say the error and I don't see any logs. How/Where can I find the error? Here is the page where I retrieved the downloads, https://video2.skills-academy.com/en-us/azure/service-fabric/service-fabric-get-started#next-steps.

Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
253 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. vNormanG 10 Reputation points Microsoft Vendor
    2023-10-13T14:14:24.98+00:00

    Someone posted a reply on a separate chat. The problem was with "SdkRuntimeCompatibilityCheck" unable to be loaded. Searching for SdkRuntimeCompatibilityCheck, I found the following article, https://github.com/microsoft/service-fabric/issues/1462, and was able to resolve the problem. I ended up using Chocolatey to do the installation following the Powershell command in the article.

    1 person found this answer helpful.