[twsocket] FTP Server in Service dying.

2006-04-20 Thread Shamresh Khan
Hi to all, I have an FTPServer running within a Service. I have found that sometimes my service is killed. Although I have not been able to reproduce why this has happening, I have found that in the IDE, if I set break points in the FtpServerStorSessionConnecEvent and the

Re: [twsocket] FTP Server in Service dying.

2006-04-20 Thread Fastream Technologies
, 2006 4:52 PM Subject: [twsocket] FTP Server in Service dying. Hi to all, I have an FTPServer running within a Service. I have found that sometimes my service is killed. Although I have not been able to reproduce why this has happening, I have found that in the IDE, if I set break points

Re: [twsocket] FTP Server in Service dying.

2006-04-20 Thread Shamresh Khan
: [twsocket] FTP Server in Service dying. Date: Thu, 20 Apr 2006 17:01:07 +0300 Hello, Why don't you handle the exception in the message pump you create? For example: try { while(GetMessage(... DispatchMessage(... } catch(...) Regards, SubZ - Original Message - From

Re: [twsocket] FTP Server in Service dying.

2006-04-20 Thread Wilfried Mestdagh
: Thursday, April 20, 2006 4:52 PM Subject: [twsocket] FTP Server in Service dying. Hi to all, I have an FTPServer running within a Service. I have found that sometimes my service is killed. Although I have not been able to reproduce why this has happening, I have found that in the IDE

Re: [twsocket] FTP Server in Service dying.

2006-04-20 Thread Wilfried Mestdagh
Hello Sham, The code say: Should never comes here so I'm wondering what is wrong here. Did you test your application in a normal GUI and do you experiance same error ? --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Thursday, April 20, 2006,