VS 2019 RC Fails to build with .net core 3.0

  • Thread starter Thread starter StefanOlson
  • Start date Start date
S

StefanOlson

Guest
The previous 2019 versions have been working fine for me so I installed the release candidate. It will no longer load my .net core 3.0 projects. It says:
"C:\Program Files\dotnet\sdk\2.2.200\Sdks\Microsoft.NET.Sdk.WindowsDesktop\Sdk not found. Check that a recent enough .NET Core SDK is installed and/or increase the version specified in global.json."

I installed .net core 2.2 yesterday for another unrelated project. So I don't know if it is the installation of that or the installation of the release candidate that is causing the problem. But the versioning mess of .net core is causing me enormous problems.

What can I do to get the release candidate to load the .net core 3.0 project again? I have repaired the preview install in case that was a problem.

As a further test I've tried creating a new WPF app (.net core). It displays the message "no template could be found with the group identity 'Microsoft.Common.WPF'. And won't let me go any further

Stefan

Continue reading...
 
Back
Top