The element <#text> beneath element is unrecognized in Azure

前端 未结 6 1965
盖世英雄少女心
盖世英雄少女心 2021-01-11 17:27

Have a big problem here. I can\'t open any type of project in Visual Studio. Even when I creating a new one I get the error:

the element <#text> be

6条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-11 17:56

    I had this problem due to git merge conflicts inserting invisible characters into the xml file. To fix this:

    1. open sln file in a text editor and copy the contents into an online xml validator (https://www.xmlvalidation.com/)

    2. find location of invisible characters and either delete them or retype the line

提交回复
热议问题