Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An XML element literal has been specified with an XML namespace prefix of xmlns. For example:
Dim elem = <xmlns:ElementName>
The XML 1.0 specification identifies xmlns as a reserved word.
Error ID: BC31189
To correct this error
- Change the XML namespace prefix to a valid value, or remove the prefix.
See Also
Reference
Imports Statement (XML Namespace)