dotnet / website-feedback

This repo is for dot.net feedback including get started tutorial issues from the site.
MIT License
0 stars 1 forks source link

unable to click .NET new program #205

Open wanwanmeii opened 2 months ago

wanwanmeii commented 2 months ago

URL

https://dotnet.microsoft.com/zh-cn/learn/dotnet/hello-world-tutorial/create

Operating system

windows

More information about your system

x86

Description

image

dotnet --info

root@DESKTOP-NB6VOO2:~# dotnet --info Error: [/usr/lib/dotnet/host/fxr] does not exist

katiesavage commented 1 month ago

Can you confirm that you installed the .NET SDK and VS Code as instructed in step 1 of the Download section? If so, can you try the following:

  1. Restart VS Code
  2. Check if you can run the command on a standalone PowerShell or command prompt window outside of VS Code. If it works outside VS Code, try restarting your computer.

Let me know if that works!