XML namespace prefix 'prefix' is not defined

An undefined XML namespace prefix has been specified for an XML literal or an XML axis property.

Error ID: BC31148

To correct this error

  • Define the XML namespace prefix by using the Imports statement.

-or-

  • Modify the XML namespace prefix for the XML literal or XML axis property to a previously defined XML namespace prefix.

See Also

Reference

Imports Statement (XML Namespace)

Other Resources

XML Literals

XML in Visual Basic