drem1lin
drem1lin

Reputation: 365

What prevent Windows Vista event log viewer from showung events?

I developed manifest file for windows event log logging, and it is standart list of categories and events. It working great on Win 7+, but on Vista it shows strange window Vista Event log Viewer I tried to find some information about this error, or some incompatible flags in xml schema, but nothing. How I can find the source of the problem?

Upvotes: 0

Views: 20

Answers (1)

drem1lin
drem1lin

Reputation: 365

I used MC.exe from Windows 10 SDK, and binary file have version 5. That is unsupported on Vista/XP. MC.exe from SDK7.1 generates version 3, that works.

Upvotes: 0

Related Questions