Hi,
I have a windows service which has a number of threads that do some work. All has been going well in testing, until once, where I saw "windows service terminated unexpectedly" in the event viewer.
How do I go about trying to debug where this is happening? I have exceptions being caught under normal circumstances but not in this case.
I do not know where to start.
JD.