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

前端 未结 30 2515
北荒
北荒 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:37

    I had a few massive VS2015 Community crashes.

    Delete all the .csproj.user files

    which were full of null characters, and also these

    C:\Users\UserName\AppData\Local\Temp\

    .NETFramework,Version=v4.0.AssemblyAttributes.cs .NETFramework,Version=v4.5.AssemblyAttributes.cs .NETFramework,Version=v4.5.2.AssemblyAttributes.cs

提交回复
热议问题