| Предыдущий | Следующий |
| ERROR_DUPLICATE_TAG | ERROR_PROFILE_NOT_FOUND |
ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE
Что означает ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE
ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE — указанный цветовой профиль не связан с указанным устройством.
Что проверить
Определите конкретное устройство и драйвер, а также PnP/IOCTL/API-операцию, которая вернула код.
- Проверьте состояние устройства в Device Manager и события Kernel-PnP/System; сопоставьте их с моментом неуспешного запроса.
- Если устройство только что подключалось, сбрасывалось или меняло состояние питания, сначала подтвердите завершение этого перехода перед новой операцией.
Исходная формулировка
The color profile is not associated with this device.
Deployment tools should use canonical device identity, reconcile both scopes, and retain calibration ownership. Do not associate a generic profile automatically when accurate color output is safety- or production-critical.
ERROR_PROFILE_NOT_FOUND means the profile file or registered profile cannot be located. Error 2015 means the profile is known but does not belong to the specified device association list.
Install the validated profile if necessary and associate it with the correct device in the intended user/system scope through supported APIs or Color Management settings. Rebuild color transforms and notify applications that cached profile selection changed.
this result is Win32 error 2015 ( 0x7DF ). Windows maintains color-profile associations for displays, printers, scanners, and other devices, with system-wide or per-user scope. The profile file can exist and be valid while the requested device association is absent.
Технические ссылки
- Microsoft: System Error Codes (1700–3999)
- Microsoft: Win32 Error Codes in MS-ERREF
- Microsoft: AssociateColorProfileWithDevice
- Microsoft: Profile management functions
Нужно найти другой код? Найти другой код состояния или ошибки.
