How can I troubleshoot a .NET 8 RC1 install that seems to work but doesn't? #93173
-
When I install RC1 for .NET 8 everything succeeds, and I can see it listed in the programs list when I go to "Add or remove programs", however, I can't use the SDK in my projects and running What can I look into to troubleshoot this?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Please see It was not possible to find any installed .NET Core SDKs. Otherwise: Have you set any environment variables (beginning with |
Beta Was this translation helpful? Give feedback.
-
Embarrassingly enough, I had installed the x86 version when I needed the x64 version. |
Beta Was this translation helpful? Give feedback.
Please see It was not possible to find any installed .NET Core SDKs.
Otherwise: Have you set any environment variables (beginning with
DOTNET_
)? If so they might point to somewhere where you .NET 8 installation isn't.