We encountered a problem opening our MVC5 solution in Visual Studio 2017. It will show a message about loading projects, then "Preparing a solution", and then it just freezes. Some preliminary studies have led to suggestions such as
- Delete hidden .vs folder
- Restore the installation by running the admin command
- Updating the latest VS build released
- Delete all node.js folders that have a deeply nested folder structure in the solution folder
However, none of them worked. Does anyone else run into a similar issue using VS 2017 with their solution? There are no special commands for packages loaded at startup.
source
share