0

I recently changed my Windows 10 user account structure and signed in with a local Windows 10 account instead of my usual Microsoft account. Since this change, one of my asp.NET MVC5 projects will not load. It states that "The project requires user input. Reload the project for more information".

enter image description here

When I try to reload the project I get another error:

C:\Users\user\source\repos\repo-admin-xx\BookingSystem\BookingSystem.csproj : error  : The project file could not be loaded. Root element is missing.  C:\Users\user\source\repos\repo-admin-xx\BookingSystem\BookingSystem.csproj

Value does not fall within the expected range.

The BookingSystem.csproj file is present in the above folder so I am not too sure what to do next. All ideas to help fix are appreciated

darego101
  • 319
  • 2
  • 15

1 Answers1

0

It seems like it was indeed an error with the .csproj file which became corrupt in some way, that was causing the problem; not sure of the exact cause. I reverted back to a previous Git version of the same. csproj file and the project loads again like it should

darego101
  • 319
  • 2
  • 15