Hi,
am working on C# Windows application, I call TraceListener.writeline method every 5 milli seconds,
if I start my application its stopping after 6 hours or so, wht I am thinking is , it could be the problem with memory leak, bcos its creating logs with the size of 10 gb.
is there any way to stop that memory leak
am working on C# Windows application, I call TraceListener.writeline method every 5 milli seconds,
if I start my application its stopping after 6 hours or so, wht I am thinking is , it could be the problem with memory leak, bcos its creating logs with the size of 10 gb.
is there any way to stop that memory leak