What does Windows error code 15024 (ERROR_EVT_INVALID_PUBLISHER_PROPERTY_VALUE) mean?

 
Previous Next
ERROR_EVT_INVALID_CHANNEL_PROPERTY_VALUE ERROR_EVT_CHANNEL_CANNOT_ACTIVATE

ERROR_EVT_INVALID_PUBLISHER_PROPERTY_VALUE

A provider metadata property has an invalid value

Publisher metadata is compiled from an instrumentation manifest and includes resource paths, channel references, levels, tasks, opcodes, keywords and message identifiers. This error indicates that one of those registered values cannot be interpreted according to its property contract. It is not caused by the payload of a single logged event.

Validate and rebuild the manifest with the supported message compiler toolchain, then deploy its generated resources and registration together. Compare publisher metadata enumeration on a working machine when possible. Avoid editing compiled metadata or registry entries manually, because indexes and message identifiers must remain consistent across the provider resource.

What to inspect

  • Identify the provider version and manifest used during registration.
  • Enumerate publisher metadata to locate the failing property group.
  • Recompile and reinstall the manifest and resources as one package.

References


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