Site icon EfmSoft

What does Windows error code 14033 (ERROR_SXS_XML_E_BADNAMECHAR) mean?

 
Previous Next
ERROR_SXS_XML_E_BADSTARTNAMECHAR ERROR_SXS_XML_E_BADCHARINSTRING

ERROR_SXS_XML_E_BADNAMECHAR

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

The parser had already recognized the beginning of an XML name and then encountered a character that is not permitted in the remaining NameChar sequence. The affected token can be an element name, attribute name, entity name, processing-instruction target, or another XML name.

Parser boundary

XML distinguishes the first character of a name from later characters: NameStartChar starts the token and NameChar governs the rest. This code is therefore different from ERROR_SXS_XML_E_BADSTARTNAMECHAR.

What to inspect

The first SxS parser error is the useful one: locate the exact name token in the traced manifest and validate it against XML name syntax before investigating assembly binding.

References


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

Exit mobile version