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

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

    In my case xxxx.pubxml.user was not loaded when tried to publish the application. I deleted the file and restart the Visual studio then created a new profile to publish it, problem is solved and published successfully.

提交回复
热议问题