简体   繁体   中英

Why won't my NET SDK properly install and work on vs code?

I'm trying to learn C# in visual studio with a tutorial online, but to do that it says I need the .NET SDK thing. I've downloaded it more times than I can count, yet it still work work on VSCODE or in my terminal. This is the installer for both vscode and .net

This is what happens when I try to check if it works in my terminal I typed dotnet and then dotnet --info

It just says I don't have the SDK installed. I've tried to re-install at the link in the terminal and the ones online, but it just wont work.

If anyone has a clue of to what is going on, I would be very thankful.

You are missing probably env variable or missing adding to path. You suppose to find place where it was installed and try to run dotnet from place where it was installed.

原来我应该安装x86版本...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM