Edit

Share via


Element is missing an end tag

An XML element literal is missing an XML end tag or an empty tag identifier '/' (for example, <tagName />).

Error ID: BC31151

To correct this error

  • Add the end tag for the XML tag, or add an empty tag identifier '/' to the XML tag.

See also