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

dotnet not installed error #17

Open
DiptangshuRoy opened this issue Jun 23, 2024 · 1 comment
Open

dotnet not installed error #17

DiptangshuRoy opened this issue Jun 23, 2024 · 1 comment

Comments

@DiptangshuRoy
Copy link

DiptangshuRoy commented Jun 23, 2024

I have dotnet installed in windows 11 in C:/Program files and also in C:/Program files(x86) folder but, this application giving me "dotnet not installed , do you want to download now? - yes / no" error to run.
and I have dotnet version 8.0.202 and 8.0.206 installed in my pc.

@tanuj06
Copy link

tanuj06 commented Jun 25, 2024

Ensure that the .NET SDK and runtime are correctly installed. You can verify this using the command line:

Open Command Prompt or PowerShell.
dotnet --list-sdks
dotnet --list-runtimes

Update PATH Environment Variable
Open Environment Variables:

  1. Right-click on This PC or Computer on the desktop or in File Explorer.
  2. Select Properties.
  3. Click on Advanced system settings.
  4. In the System Properties window, click on the Environment Variables button.

In the System variables section, find the Path variable and click Edit.
Ensure that C:\Program Files\dotnet and C:\Program Files (x86)\dotnet are listed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants