by Preetham [preethambn at yahoo dot com] posted on 2005/11/06 |
|
We are trying to implement .NET application to send some information to a server through SSL sockets.We have implemented in the a Console Application and we have no issues anytime when we run the program manually, but when we schedule in windows scheduler, everytime it throws this exception
"Cannot create a file when that file already exists"
Org.Mentalis.Security at Org.Mentalis.Security.Ssl.SecureSocket.BeginSend(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state)
at Org.Mentalis.Security.Ssl.SecureSocket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
We are using version 1.0.13.712
Any help would be appreciated. |