VS2019 doesn't load sample projects
See original GitHub issueHi.
When I open the wpf samples solution with VS2019 Community I get the following loading projects error.
: The project file cannot be opened by the project system, because it is missing some critical imports or the referenced SDK cannot be found.
Detailed Information:
Unable to locate the .NET Core SDK. Check that it is installed and that the version specified in global.json (if any) matches the installed version.
I’ve installed the .NET Core SDK
However, I can create and run WPF .NET Core 3.0 apps with Visual Studio.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
VS2019 Unit Test Project is not loading
Unit Test projects of every solution in my system has stopped working. It has become unloaded and is marked for migration. I cannot...
Read more >Visual Studio 2019 Project Opening Error - Microsoft Q&A
Restart Visual Studio. If you have loaded projects, then in VS solution Explorer, please right-click your project > Unload project > right-click ...
Read more >Visual Studio 2019 unable to load one project due ...
I'm setting up Visual Studio 2019 on a new Windows 11 PC and VS is unable to load one of the projects in...
Read more >"Error: One or more projects in the solution were not loaded ...
Reason for Problem · open your Visual Studio and select Open a project or solution VisualStudio InitScreen · then Browse to your project...
Read more >Visual Studio Solution Unavailable (reload doesn't work)
Right click the project which is not loading, in VS Solution Explorer · Click on Remove and confirm the removing process · Right...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can get .NET Core 3.0.101 SDK from https://dotnet.microsoft.com/download/dotnet-core/3.0
Yes, It’s fixed installing the correct version 😃