C# cannot write to EventLog when Source is defined
I am trying to write to the Windows’ EventLog > Windows Logs > Application, I am pretty sure I’ve created everything that is needed, but when writing to it, it just throws an Unknown error (0xe06d7363)
without giving out any information. When checking for the EventSource
it does reported that the source exists.