Skip to content

Error on ARM64 Windows 11 when executing dotnet.exe #249

Discussion options

You must be logged in to vote

I let that error message simmer a little bit - and then it dawned on me: there is an x64 RID on that test project, and thus it was starting the CLI in that process mode as well, and of course there is no x64 net8.0 SDK on that machine, only the ARM64 version. Setting

<RuntimeIdentifier>win-arm64</RuntimeIdentifier>

made the unmodified code work right away. Although I am still surprised that the prior full-path-variant worked....

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Tyrrrz
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Tyrrrz
Comment options

Comment options

You must be logged in to vote
1 reply
@Tyrrrz
Comment options

Answer selected by christophwille
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants