Jump to content

[SOLVED] Bit stumped here


photo

Recommended Posts

i have all SDK's installed everything is in order but I've restarted once after reinstall & with a repair & a restart but nothing 

i have most net core & dotnet stuff installed for other reasons but nothing has seemed to fix this issue even following the guide all the way down doing other stuff still doesn't seem to fix anything 

download (2).png

Link to comment
4 minutes ago, silent said:

Hi Lewis,

Have you tried to restart Windows after .NET Core is being installed?

Thanks!

yeah ive done all steps needed nothing seems to workr for me , have no idea why this is the case tbh 

Link to comment
1 minute ago, silent said:

Can you do the following:

  • Press Win button
  • Type cmd and hit Enter
  • In cmd window type dotnet --list-sdks and hit Enter
  • Send us an output of the command

Thanks!

3.1.201 [C:\Program Files (x86)\dotnet\sdk]

Link to comment

That's interesting.

Could you please show us a contents of the following directories:

  • C:\Program Files\dotnet\sdk
  • C:\Program Files (x86)\dotnet\sdk

My guess is that in %PATH% variable instead of C:\Program Files\dotnet there is a C:\Program Files (x86)\dotnet which doesn't have x86 equivalents:

image.png

Could you please also verify that and adjust path if possible? We need only x64 version for proper work.

Thanks!
 

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
2 minutes ago, silent said:

That's interesting.

Could you please show us a contents of the following directories:

  • C:\Program Files\dotnet\sdk
  • C:\Program Files (x86)\dotnet\sdk

My guess is that in %PATH% variable instead of C:\Program Files\dotnet there is a C:\Program Files (x86)\dotnet which doesn't have x86 equivalents:

image.png

Could you please also verify that and adjust path if possible? We need only x64 version for proper work.

Thanks!
 

can i ask how i do this ?

Link to comment

To do that:

  1. Press Win button
  2. Enter environment and select Edit the system environment variables
  3. In opened window click Environment Variables.. button
  4. In System variables section find Path and double-click on it to edit
  5. Find dotnet path and fix it

After that you need to restart SDK Browser and Editor. And you should finally see the 2.2.x .NET Core SDK when you type dotnet --list-sdks in cmd.

Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
5 minutes ago, silent said:

To do that:

  1. Press Win button
  2. Enter environment and select Edit the system environment variables
  3. In opened window click Environment Variables.. button
  4. In System variables section find Path and double-click on it to edit
  5. Find dotnet path and fix it

After that you need to restart SDK Browser and Editor. And you should finally see the 2.2.x .NET Core SDK when you type dotnet --list-sdks in cmd.

Thanks!

 

download (3).png

Link to comment
5 minutes ago, silent said:

You need to double-click at Path to open variable values editor:
image.png

found , changed to path you said all working as intended now 

Link to comment
  • silent changed the title to [SOLVED] Bit stumped here
×
×
  • Create New...