Just hangs #14
-
I downloaded and tried to open the solution on a completely clean install (both OS and VS), and the solution won't open. VS says "Loading project 1 of 11: MauiBlazorPhotoGallery" and never gets any further than that. I let it run like that for 24 hours and then killed VS. Any ideas? I tried loading the projects (*.csproj) from a clean/empty solution and that appeared to work, but there doesn't appear to be anything runnable. Is this repository just class libraries that are used by a different launcher of some kind? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
It’s a final runnable applications. VS sometimes hangs when it tries to restore nuget packages. Clean .vs, bin, obj folders. You can try run the command: dotnet restore from the cmd. |
Beta Was this translation helpful? Give feedback.
It’s a final runnable applications. VS sometimes hangs when it tries to restore nuget packages. Clean .vs, bin, obj folders. You can try run the command: dotnet restore from the cmd.