Udostępnij za pośrednictwem


Duplicate XML attribute 'attributeName'

An attribute specified for an XML element literal matches that of an attribute that has previously been defined for the XML element literal. Attribute names in XML element literals must be unique.

Error ID: BC31149

To correct this error

  • Rename the attribute to a name that is unique for the XML element literal.

See Also

Other Resources

XML Literals

XML in Visual Basic