arkadaşlar kodumda bir hata var klavyeden 70 kere bir tuşa basıldığında o tuşları log olarak outlook aracılığıyla bana göndermesi gerek ama böyle bir hata kodu alıyorum:
System.Net.Mail.SmtpException was unhandled
Message="Posta gönderme hatası."
Source="System"
StackTrace:
konum: System.Net.Mail.SmtpClient.Send(MailMessage message)
konum: UserProfleService.Form1.Mail() C:\Users\aklil\Documents\Visual Studio 2008\Projects\UserProfleService\UserProfleService\Form1.cs içinde: satır 552
konum: UserProfleService.Form1.TusKombinasyonu(Object sender, KeyEventArgs e) C:\Users\aklil\Documents\Visual Studio 2008\Projects\UserProfleService\UserProfleService\Form1.cs içinde: satır 39
konum: HootKeys.globalKeyboardHook.hookProc(Int32 code, Int32 wParam, keyboardHookStruct& lParam) C:\Users\aklil\Documents\Visual Studio 2008\Projects\UserProfleService\UserProfleService\Class1.cs içinde: satır 85
InnerException: System.Net.WebException
Message="Uzak sunucuya bağlanılamıyor"
Source="System"
StackTrace:
konum: System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6, Int32 timeout)
konum: System.Net.PooledStream.Activate(Object owningObject, Boolean async, Int32 timeout, GeneralAsyncDelegate asyncCallback)
konum: System.Net.PooledStream.Activate(Object owningObject, GeneralAsyncDelegate asyncCallback)
konum: System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
konum: System.Net.Mail.SmtpConnection.GetConnection(String host, Int32 port)
konum: System.Net.Mail.SmtpClient.Send(MailMessage message)
InnerException: System.Net.Sockets.SocketException
Message="Bağlanılan uygun olarak belli bir süre içinde yanıt vermediğinden veya kurulan\r\nbağlantı bağlanılan ana bilgisayar yanıt vermediğinden bir bağlantı kurulamadı 204.79.197.212:587"
Source="System"
ErrorCode=10060
NativeErrorCode=10060
StackTrace:
konum: System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
konum: System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
InnerException:
Sizce sebebi nedir?