Reputation: 7
I have installed Visual Studio 2019.
I am trying to create ASP.NET Core Web Application with Razor page.
After selecting the 'ASP.NET Core Web Application' template, providing name for the application and then selecting 'Web Application' from the list as shown below:
After I click Create, the following 'Creating Project ' comes up for around 10 minutes before Visual Studio Not Responding message comes and I have to close the application. Creating Project
Upvotes: 0
Views: 531
Reputation: 535
Try to run a Repair on on Visual Studio 2019 installation. That will take an hour or so and than retry. If it doesn't work than uninstall and than re-install again.
Upvotes: 1