Skip to content

[NETSDKE2E][ARM64 Only] NET11.0.100-preview.6.26304.117 throw "error MSB6006: "dotnet.exe" exited with code -1073741795" in F# projects via the CLI. #19900

@Wycc20

Description

@Wycc20

REGRESSION INFO

Works well on 11.0.100-preview.5.26302.115

INSTALL STEPS

  1. Clean machine: Win11-arm64 (25H2).
  2. Install .NET 11.0.100-preview.6.26304.117-win-arm64 SDK.

REPRO STEPS

  1. Create an F# projects (Console App, Xunit, web, mvc, webapi, etc) in CLI.
  2. Build and run the projects.

EXPECTED

Build and run F# projects successfully.

ACTUAL

Shows C:\Program Files\dotnet\sdk\11.0.100-preview.6.26304.117\FSharp\Microsoft.FSharp.Targets(354,9): error MSB6006: "dotnet.exe" exited with code -1073741795.
Image

NOTE

Works well on 11.0.100-preview.6.26304.117 in Win11-x64 (25H2) machine
Works well on 11.0.100-preview.6.26304.117-win-x64.exe in Win11-arm64 (25H2) machine

Dotnet --info

.NET SDK:
 Version:           11.0.100-preview.6.26304.117
 Commit:            be772ce3f5
 Workload version:  11.0.100-manifests.dcab6a7b
 MSBuild version:   18.9.0-preview-26304-117+be772ce3f

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.26200
 OS Platform: Windows
 RID:         win-arm64
 Base Path:   C:\Program Files\dotnet\sdk\11.0.100-preview.6.26304.117\

.NET workloads installed:
There are no installed workloads to display.
Configured to use workload sets when installing new manifests.
No workload sets are installed. Run "dotnet workload restore" to install a workload set.

Host:
  Version:      11.0.0-preview.6.26304.117
  Architecture: arm64
  Commit:       be772ce3f5

.NET SDKs installed:
  11.0.100-preview.6.26304.117 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
  Microsoft.AspNetCore.App 11.0.0-preview.6.26304.117 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 8.0.27 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 11.0.0-preview.6.26304.117 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.WindowsDesktop.App 8.0.27 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
  Microsoft.WindowsDesktop.App 11.0.0-preview.6.26304.117 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

Other architectures found:
  None

Environment variables:
  Not set

global.json file:
  Not found

Learn more:
  https://aka.ms/dotnet/info

Download .NET:
  https://aka.ms/dotnet/download

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

Status
Done

Relationships

None yet

Development

No branches or pull requests

Issue actions