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

Installing .NET 8.0.100 issue #24

Closed
BohdanPodkolzin opened this issue Dec 21, 2023 · 10 comments
Closed

Installing .NET 8.0.100 issue #24

BohdanPodkolzin opened this issue Dec 21, 2023 · 10 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

@BohdanPodkolzin
Copy link

BohdanPodkolzin commented Dec 21, 2023

Problem encountered on https://dotnet.microsoft.com/en-us/learn/dotnet/hello-world-tutorial/create
Operating System: Windows

Have an issue with downloading .NET SDKs, I reinstalled it a few times (check the IMGs)
I even tried to install the latest .NET from https://dotnet.microsoft.com/en-us/download/visual-studio-sdks
And it is still not working. What is the problem it could be?

image
image
image

@BohdanPodkolzin
Copy link
Author

If something went wrong with x64 or armx64 version, try to download x86 version. It helps me

@mairaw
Copy link
Contributor

mairaw commented Dec 21, 2023

That makes sense since your architecture is x86. I'm curious if the page didn't show correctly that you should download x86?

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

On my case, I have a x64 machine and the link to download is x64:
image

what do you see in your machine?

@BohdanPodkolzin
Copy link
Author

BohdanPodkolzin commented Dec 21, 2023

image
@mairaw, check this out. And that was a problem. I reinstalled x64 version like 20 times. Can`t found out where is mistake, but in the end i recognize all staff i have in x86 version. Ridiculous

@mairaw mairaw reopened this Dec 21, 2023
@mairaw
Copy link
Contributor

mairaw commented Dec 21, 2023

Reopening this so our team can investigate this more. The page should be displaying your architecture and not x64. So I’d like to try to fix the bug.
We might need some additional info from you.
What Windows version are you running? And which browser are you using?

@mairaw mairaw self-assigned this Dec 21, 2023
@mairaw mairaw added the area-website Issues related to the website in general label Dec 21, 2023
@BohdanPodkolzin
Copy link
Author

Reopening this so our team can investigate this more. The page should be displaying your architecture and not x64. So I’d like to try to fix the bug. We might need some additional info from you. What Windows version are you running? And which browser are you using?

Windows 10, version 21H2. Google Chrome. The latest update

@BohdanPodkolzin BohdanPodkolzin changed the title Installing .NET 8.0.0 issue Installing .NET 8.0.100 issue Dec 21, 2023
@mairaw
Copy link
Contributor

mairaw commented Feb 10, 2024

Can you confirm to me that your system is really x86? maybe it's just a PATH issue.

First, confirm your architecture. You can check on the about page of Windows settings or type this command
wmic OS get OSArchitecture

If it returns x64/64-bit, then you should check what where.exe dotnet returns.

If x86 is listed first and your PC is x64, then you need to follow these instructions:
dotnet/core#5962 (comment)

@mairaw mairaw added needs-more-info Not enough information has been provided. Please share more detail as requested. area-tutorials Issues related to getting started tutorials and removed area-website Issues related to the website in general labels Feb 10, 2024
@mairaw mairaw removed their assignment Feb 10, 2024
@BohdanPodkolzin
Copy link
Author

@mairaw check this out

image

@mairaw
Copy link
Contributor

mairaw commented Feb 13, 2024

Yeah, so now please check what where.exe dotnet returns. That result tells me that probably your system is x64 but the path is pointing to x86 first, causing these issues.

If x86 is listed first, follow the instructions listed at dotnet/core#5962 (comment)

@mairaw mairaw transferred this issue from dotnet/core Feb 13, 2024
@mairaw mairaw added the tutorial-console Console tutorial related issues label Feb 13, 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 Feb 20, 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 Feb 23, 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