Site icon EfmSoft

What does Windows error code 14032 (ERROR_SXS_XML_E_BADSTARTNAMECHAR) mean?

 
Previous Next
ERROR_SXS_XML_E_COMMENTSYNTAX ERROR_SXS_XML_E_BADNAMECHAR

ERROR_SXS_XML_E_BADSTARTNAMECHAR

ERROR_SXS_XML_E_BADSTARTNAMECHAR (0x000036D0) is a Windows Side-by-Side XML parser status for application, assembly, policy, or configuration manifest processing.

The invalid character appears at the start of an XML name. This can affect an element, attribute, entity, or processing-instruction name and is distinct from a bad character later in an otherwise validly started name.

Parser boundary

XML defines NameStartChar separately from NameChar. A digit, many punctuation characters, or stray markup at the beginning of a token can therefore fail here even if similar characters may be legal later in another kind of token.

What to inspect

The converted sxstrace output should be used to locate the failing file and line; repair the malformed name before testing activation-context dependencies.

References


Looking for a different code? Search another status or error code.

Exit mobile version