-
Notifications
You must be signed in to change notification settings - Fork 399
Open
Labels
type-code-defectSomething isn't workingSomething isn't working
Description
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:
- Download the Service Fabric runtime for windows version 11.0.2707.1
- Run the downloaded file with param /accepteula
- 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-code-defectSomething isn't workingSomething isn't working