My application uses TraceSource to log events and information. Somehow it dosent work on a certain computer and writes junk data.
The log file begins with Standard ACE DB
and contains all kind of weird data. It looks like this file I found on google.
My application is written in C# in .NET 4.5 and the file is created using TraceSource with this configuration <add name="myListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="logfile.log" traceOutputOptions="DateTime"/>
Why does this happen?