This should be a fast answer. I'm getting this exception from a module called Real Drop Zone. I've also contacted the developer of it as well but really, the issue is the ASPNET user doesn't exist in Windows 8 to add to / give permissions to via the Registry to write to a security log file.
I've found the item that resolves the issue but no such user exists (ASPNET) in windows 8 to grant read permissions to the registry object in question.
OK, which service might have to be started to expose the user (maybe that's it) or, what User Object do I now use to grant read permissions to the file?
I'm running Wiindows 8 Home. (I don't want to hear have to upgrade to Pro to expose this user ... :) I'm afraid this is the answer) Thanks!
[SecurityException: The source was not found, but some or all event logs could not be searched. To create the source, you need permission to read all event logs to make sure that the new source name is unique. Inaccessible logs: Security.] System.Diagnostics.EventLog.FindSourceRegistration(String source, String machineName, Boolean readOnly, Boolean wantToCreate) +810 System.Diagnostics.EventLog.SourceExists(String source, String machineName, Boolean wantToCreate) +315 System.Diagnostics.EventLogInternal.VerifyAndCreateSource(String sourceName, String currentMachineName) +124 System.Diagnostics.EventLogInternal.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData) +356 System.Diagnostics.EventLog.WriteEntry(String source, String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData) +197 System.Diagnostics.EventLog.WriteEntry(String source, String message, EventLogEntryType type) +30 RealDropzone.Exceptions.WriteToEventLog(String strMessage, String strSource) +527