Hello
Every once in a while my service throws throws this error. Can run successfully for days...
Any idea or improvements appreciated. (written in Visual Studio 2010 - framework 4.0)
try
{
using (StreamWriter outfile = new StreamWriter(mobileFilePath + mobileFileName, true))
{
message = string.Concat(formNumber, ",",
  ...
Go to the complete details ...