ERROR_SXS_SETTING_NOT_REGISTERED - 14106 (0x371A)

The setting is not registered.

Updated: Feb 21, 2026

Technical Meaning

The ERROR_SXS_SETTING_NOT_REGISTERED error code indicates that a setting required for the Side-by-Side Configuration Service (SXS) is not registered. This can occur in scenarios where configuration settings are expected but missing, leading to service or application failures.

Error Details

This error typically arises when an attempt is made to access or modify a setting within the SXS configuration that has not been properly registered with the system. The SXS is responsible for managing assemblies and their dependencies in a Windows environment, ensuring that applications can run correctly even if multiple versions of the same assembly are installed.

Usage Context

The ERROR_SXS_SETTING_NOT_REGISTERED error may be encountered during various operations such as:

  • Application deployment or installation
  • Assembly resolution and loading
  • Configuration changes to SXS settings
  • Runtime environment checks for required assemblies

Developer Interpretation

When encountering this error, developers should consider the following aspects of their application or service configuration:

  • Ensure that all necessary SXS settings are correctly registered.
  • Verify that the correct version of the assembly is being referenced and loaded.
  • Check if any custom configurations or modifications to SXS settings have been made and are properly applied.

Related Errors

FAQ

Q: What does the ERROR_SXS_SETTING_NOT_REGISTERED error mean?

A: It indicates that a required setting for SXS is not registered, leading to potential service or application failures.

Q: How can I resolve this issue?

A: Ensure all necessary settings are correctly registered and verify the configuration of your assemblies and dependencies.

Summary

The ERROR_SXS_SETTING_NOT_REGISTERED error code highlights a critical misconfiguration in SXS settings, which must be addressed to ensure proper operation of applications and services. Developers should carefully manage SXS configurations to avoid such errors.