0

I am on Windows 11 and just started out on learning C# and watched a tutorial for a Visual Studio setup. I have the problem when I am trying to open a pre generated C# Project file, that an error shows up.

Error

I already tried a lot of stuff and searched up but nothing really worked for me.

Current Version

I looked up and saw that in this post :

the guy had the same problem as me and the solution to that was to just get The .NET Core Workload but it doesn't show up for me.

Here are all Workloads I use

Arvind Maurya
  • 910
  • 12
  • 25

1 Answers1

2

I had the same issue after updating VS 2022 recently. Fixed it by deleting all contents from

C:\Program Files (x86)\dotnet

https://github.com/dotnet/installer/issues/12616

codredd
  • 21
  • 3