CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.94k stars 552 forks source link

"Visual Studio Workloads was not found. Install install .Net Core 6.0 Runtime" #3020

Closed WushR00M closed 6 months ago

WushR00M commented 6 months ago

Describe the problem I follow every step correctly, but when I tried to use the Kit Builder, it asks for .Net Core 6.0 Runtime, which is already installed. I'm using the latest dev kit and Windows 11.

Steps of installation up to now Steps to reproduce the behavior:

Expected behavior The process of CosmosOS installing should've continued as normal.

Logs

========================================
    Build Log
========================================

========================================
    Checking Dependencies...
========================================

Repos: IL2CPU, XSharp and Common is installed.
Proper Cosmos folder name is installed.
Visual Studio 15.9+ is installed.
Visual Studio Workloads was not found. Install install .Net Core 6.0 Runtime, 

========================================
    Error
========================================

Visual Studio Workloads not found.

Setup (please complete the following information):

Gabolate commented 6 months ago

Did you installed .NET SDK apart from Runtime?

9xbt commented 6 months ago

He probably didn't. It says right in the installation prerequesites to do that

WushR00M commented 6 months ago

Closing issue, just realized I accidently chose VS 2019 instead of VS 2022 :b