I'm trying to read, from XP SP3, .evtx log files which are hosted on a windows 2008 server.
I use EventLogQuery, EventLogInformation which are in Framework 3.5 System.Diagnostics.Eventing.Reader.
However Visual Studio tells me this: "platform not supported exception". I don't get it as I have the Framework 3.5 installed already.
I am missing something here.
If anyone has a clue or another way to do this, please let me know.