It's really bad, my computer is malfunctioning. I reinstalled the asp.net core environment and encountered this problem. What do I need to do?
Solution 'WebApplication1'(0 projects)
I reinstalled vs according to the online statement, but it didn't work.
CodePudding user response:
Did you use VS to create the project when this appeared? You try to use the command:
dotnet --list-sdks
, if the command does not work, please check whether you have installed asp.net core sdk. There is also the simplest way, you download the asp.net core sdk version directly, and then see if the uninstall button pops up during installation, if there is, there may be a problem with the installation, click uninstall and reinstall to create normally project.
For more methods, please refer to this post, which may help you: