Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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> beneath element is unrecognized. C:\Program Files\MSBuild\Microsoft\VisualStudio\v10.0\Windows Azure Tools\1.6\Microsoft.WindowsAzure.targets.

If any one know please help me.

like image 343
Hope Avatar asked May 30 '12 12:05

Hope


1 Answers

This also happens with generic XML errors. In my case it was >> somewhere in the project file. Was a copy-paste error during conflict resolution that introduced it. Sadly, the output does not include the line that has the error, so try searching for << and >> in the file, to see if that is an issue somewhere.

like image 86
Johny Skovdal Avatar answered Oct 04 '22 20:10

Johny Skovdal