Good afternoon, recently I've been getting the following error
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.
As I've been searching the internet, I've found solutions like running Visual Studio in Admin mode, as well as creating a new Key in path :
Key = HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ services \ eventlog \ Application \ ApplicationName
However, my biggest problem is that my application is hosted on Godaddy and the strangest thing is that this error has been occurring only for some cases. For example: I try to generate a simple financial report of some edition of my project and I get this error above, in some other editions I do not have this error and generate the report as I would like.
Has anyone ever faced this problem and knows how to circumvent it?