I programed the windows service to do a routine work.
I InstallUtil
it to windows service and it\'will wake up and do something and then thread.sl
To find a memory leak, you should look at the performance counters on a long period of time. If you see the number of handles or total bytes in all heap growing without never decreasing, you have a real memory leak. Then, you can use for example profiling tools in visual studio to track the leak. There is also a tool from redgate which works quite well.