Site icon EfmSoft

What does Windows error code 14064 (ERROR_SXS_XML_E_UNCLOSEDDECL) mean?

 
Previous Next
ERROR_SXS_XML_E_UNCLOSEDCOMMENT ERROR_SXS_XML_E_UNCLOSEDCDATA

ERROR_SXS_XML_E_UNCLOSEDDECL

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

The parser entered declaration markup and never reached the delimiter required to finish that declaration. XML declarations in DTD/internal-subset syntax are distinct from the initial <?xml ...?> declaration, so the trace location and surrounding opener matter.

Parser boundary

Element, attribute-list, entity, and notation declarations each have productions ending with a closing >. A truncated declaration or malformed nested content can keep the parser in declaration state until end of input.

What to inspect

The parsed SxS trace names the file and usually narrows the declaration region; repair the earliest unterminated construct before interpreting later EOF errors.

References


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

Exit mobile version