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

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

    I had Blue Screen while running Visual Studio 2013, when I Restart I intended to run again my project, but I had always this headius Error. anyway

    Deleting The Folders with the Temp info Fix this problem. in my case the Project was a Windows Server, and Basically it Creates a Folder with some Tem info.

    the folder was

    C:\Users\User_NAME\AppData\Local\NAme_OF_THeProject
    

    inside Exist a Folder with the Name of the Project+ some Generated GUI Service.ServerHostLoader_Url_u2jn0xkgjf1th0a3i2v03ft15vj4x52i

    this is the Folder I deleted and now I can run again the Project.

提交回复
热议问题