Skip to content

[BUG] Install of local runtime for windows fails - version 11.0.2707.1 #1530

@SigvK

Description

@SigvK

Description

Locally installing the new runtime for windows fails with the following error message:

 > .\MicrosoftServiceFabric.11.0.2707.1.exe /accepteula
04.06.2025 07:36:00,Info,Installing Service Fabric Runtime. Logs written to C:\WINDOWS\TEMP\InstallFabricRuntime_638846265604105135.log
04.06.2025 07:36:00,Error,Exception type: System.FormatException, Message: Input string was not in a correct format., Stack:    at System.Version.VersionResult.SetFailure(ParseFailureKind failure, String argument)
   at System.Version.TryParseComponent(String component, String componentName, VersionResult& result, Int32& parsedComponent)
   at System.Version.TryParseVersion(String version, VersionResult& result)
   at System.Version.Parse(String input)
   at System.Version..ctor(String version)
   at Microsoft.ServiceFabric.SdkRuntimeCompatibilityCheck.CompatibilityCheckBase.IsVersionAboveOrEqual(String versionLeft, String versionRight)
   at Microsoft.ServiceFabric.SdkRuntimeCompatibilityCheck.CompatibilityCheckBase.IsVersionCompatible(String sdkVersion, String runtimeVersion, String compatibilityString, String& errorMessage)
   at Microsoft.ServiceFabric.SdkRuntimeCompatibilityCheck.CompatibilityCheckBase.CheckCompatible(String selfJsonString, String selfVersion, String& errorMessage)
   at Microsoft.ServiceFabric.InstallFabricRuntime.Program.Main(String[] args)

Area/Component:
Runtime installation

To Reproduce
Steps to reproduce the behavior:

  1. Download the Service Fabric runtime for windows version 11.0.2707.1
  2. Run the downloaded file with param /accepteula
  3. See error

Expected behavior
The Service Fabric runtime for windows should be updated to the version 11.0.2707.1

Observed behavior:
Fails with error message.

Service Fabric Runtime Version:
11.0.2707.1

Environment:

  • Dev cluster
  • Windows 10

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions