We have an application that needs to log to the Application event log, but it uses a custom event source. Currently we have a command-line app that uses EventLog.CreateEventSource to create the event source in the Application event log.
first of all I'm just a simple system administrator and I have no idea how Framework works - that's why I need your help. Our devoloper team is just in the process of writing a couple of new programs for internal use. They're using C# and their programs require the latest Framework ...