| Previous | Next |
| ERROR_SXS_WRONG_SECTION_TYPE | ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET |
ERROR_SXS_THREAD_QUERIES_DISABLED
ERROR_SXS_THREAD_QUERIES_DISABLED means that Windows disabled isolated activation-context queries on the current thread because system resources were insufficient. It is a runtime resource condition, not evidence that a particular assembly identity is malformed.
What to check
- Check process and system resource pressure, including memory exhaustion, handle growth, and abnormal thread creation.
- Avoid retry loops that repeatedly issue the same activation-context query while the process is already resource constrained.
- Capture the first resource-related errors and diagnostics before this status becomes one of several secondary failures.
Recovery depends on restoring resource availability or reducing the workload that triggered the condition.
Looking for a different code? Search another status or error code.