-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Host should inform user about different archs when failing to find framework #51102
Comments
Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov Issue DetailsSome systems support more than one architecture - for example Windows x86 and x64 on the same machine.
And then I try to run Consider either informing the user of the existence of other architectures on the system, or potentially listing those in the output as well. Related to #51101.
|
Similar problem applies if |
/cc @richlander |
Some systems support more than one architecture - for example Windows x86 and x64 on the same machine.
If I install:
And then I try to run
dotnet my31app.dll
it will fail to find a framework. This is because the defaultdotnet
on the machine is the x64 one (installed first). The error message doesn't list/mention that there's a x86 one available.Consider either informing the user of the existence of other architectures on the system, or potentially listing those in the output as well.
Related to #51101.
The text was updated successfully, but these errors were encountered: