When i try to read xml file in vb .net..
i get this error...
The global attribute 'http://www.w3.org/1999/xlink:href' has already been declared.
How to solve it...
Code..
xmlSettings.ValidationType = ValidationType.Schema
Dim reader As XmlReader = XmlReader.Create(xmlUri, xmlSettings)
Regards,
Singaravel M
Reply |
Reply with attachment |
Alert Moderator