Skip to content

DotNet SDK Not Detected #135

Answered by Noggog
Noggog asked this question in Q&A
Dec 18, 2020 · 2 comments · 6 replies
Discussion options

You must be logged in to vote

Things to not do

Uninstall/reinstall different versions of the DotNet SDK repeatedly. This is typically what causes the error in the first place, as the uninstallation of one SDK sometimes leaves the other in an "unregistered" state. If you followed the install instructions and installed an x64 DotNet 6.0 SDK already, try these other things first, before going on a reinstall spree:

Things to Try

Ensure SDK can respond to dotnet --Version

  • Open a command line, and run dotnet --version. You should be getting back something like 6.x.x as a response.
  • Double check that you have a single DotNet SDK installed (usually found in ProgramFiles/dotnet/), and that it is x64.
  • Double check your environm…

Replies: 2 comments 6 replies

Comment options

Noggog
Dec 18, 2020
Maintainer Author

You must be logged in to vote
6 replies
@Noggog
Comment options

Noggog Jan 16, 2022
Maintainer Author

@Tum1370
Comment options

@Bl4ckread
Comment options

@goddessxthemis
Comment options

@Noggog
Comment options

Noggog Feb 18, 2024
Maintainer Author

Answer selected by Noggog
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants