When I step through my code in the debugger the EventLog entries I am creating appear in the eventlog. When I run executable the eventlog entries for one particular class do not appear, but the entries from my form do? Any ideas?
-Thanks
Printable View
When I step through my code in the debugger the EventLog entries I am creating appear in the eventlog. When I run executable the eventlog entries for one particular class do not appear, but the entries from my form do? Any ideas?
-Thanks
I had not copied the new compile version of the .dll created for the class that I was having trouble with.
My application failed to write to the event log when it was run by a user. It was a permissions related issue.