Skip to content
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

The computer does not recognize my dotnet #142

Closed
isaksla opened this issue May 12, 2024 · 3 comments
Closed

The computer does not recognize my dotnet #142

isaksla opened this issue May 12, 2024 · 3 comments
Labels
area-tutorials Issues related to getting started tutorials needs-more-info Not enough information has been provided. Please share more detail as requested. stale Issue is stale. Waiting on answer. tutorial-console Console tutorial related issues

Comments

@isaksla
Copy link

isaksla commented May 12, 2024

URL

https://dotnet.microsoft.com/en-us/learn/dotnet/hello-world-tutorial/install

Operating system

windows

More information about your system

compu

Description

I installed it many times and I uninstalled it again because the computer console and the visualstudiocode did not recognize it, I sent them the error that I got, I followed all the steps on the .net page but it doesn't work for me

dotnet --info

C:>dotnet --info
It was not possible to find any installed .NET Core SDKs
Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from:
https://aka.ms/dotnet-download

Host (useful for support):
Version: 3.1.32
Commit: f94bb2c3ff

.NET Core SDKs installed:
No SDKs were found.

.NET Core runtimes installed:
Microsoft.NETCore.App 3.1.32 [C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 3.1.32 [C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App]

To install additional .NET Core runtimes or SDKs:
https://aka.ms/dotnet-download

@isaksla isaksla added the area-tutorials Issues related to getting started tutorials label May 12, 2024
@mairaw
Copy link
Contributor

mairaw commented May 15, 2024

I think you have an issue with PATH based on the information you shared above. Your computer is x64 and it's showing .NET runtimes in the x86 folder.

You can double check by typing where.exe dotnet on command prompt or powershell to see what it returns. If x86 comes first, you should follow the instructions at dotnet/core#5962 (comment).

Let me know if that helps.

@mairaw mairaw added needs-more-info Not enough information has been provided. Please share more detail as requested. tutorial-console Console tutorial related issues labels May 15, 2024
Copy link

This issue is stale because there has been no response to a request for more information for 7 days.

@github-actions github-actions bot added the stale Issue is stale. Waiting on answer. label May 22, 2024
Copy link

This issue was closed because there was no response to a request for more information for 10 days.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-tutorials Issues related to getting started tutorials needs-more-info Not enough information has been provided. Please share more detail as requested. stale Issue is stale. Waiting on answer. tutorial-console Console tutorial related issues
Projects
None yet
Development

No branches or pull requests

2 participants