How to fix “Root element is missing.” when doing a Visual Studio (VS) Build?

前端 未结 30 2517
北荒
北荒 2020-12-01 09:13

How to fix \"Root element is missing.\" when doing a Visual Studio (VS) Build?

Any idea what file I should look at in my solution?

Actually, I am getting thi

30条回答
  •  甜味超标
    2020-12-01 09:17

    In my case, I just renamed the .csproj.user and restart the visual studio and opened the project. It automatically created another .csproj.user file and the solution worked fine for me.

提交回复
热议问题