Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
AnswerRe: Send SMS??? Pin
Divyang Mithaiwala28-Mar-06 21:12
Divyang Mithaiwala28-Mar-06 21:12 
QuestionHow to write "Failed to load a doc " if a server is down Pin
JoanMike28-Mar-06 11:07
JoanMike28-Mar-06 11:07 
QuestionCrop an image without creating bitmap Pin
Libor Tinka28-Mar-06 10:50
Libor Tinka28-Mar-06 10:50 
AnswerRe: Crop an image without creating bitmap Pin
Christian Graus28-Mar-06 15:42
protectorChristian Graus28-Mar-06 15:42 
Questionconvert xml file Pin
ap_sa28-Mar-06 10:41
ap_sa28-Mar-06 10:41 
QuestionDirectX and tabpages Pin
melanieab28-Mar-06 8:59
melanieab28-Mar-06 8:59 
AnswerRe: DirectX and tabpages Pin
BlackDice28-Mar-06 9:02
BlackDice28-Mar-06 9:02 
GeneralRe: DirectX and tabpages Pin
melanieab28-Mar-06 9:15
melanieab28-Mar-06 9:15 
QuestionProblem with binding combobox with blank item Pin
Lav Pathak28-Mar-06 8:10
Lav Pathak28-Mar-06 8:10 
QuestionHow can i make a Panelarray ? Pin
summercoal28-Mar-06 7:14
summercoal28-Mar-06 7:14 
AnswerRe: How can i make a Panelarray ? Pin
Judah Gabriel Himango28-Mar-06 9:31
sponsorJudah Gabriel Himango28-Mar-06 9:31 
QuestionSelectable area of custom TabPage Pin
madsnowman28-Mar-06 6:39
madsnowman28-Mar-06 6:39 
QuestionSend Mail in C# 2005 Pin
ahchoo28-Mar-06 6:09
ahchoo28-Mar-06 6:09 
AnswerRe: Send Mail in C# 2005 Pin
Luis Alonso Ramos28-Mar-06 6:20
Luis Alonso Ramos28-Mar-06 6:20 
GeneralRe: Send Mail in C# 2005 Pin
ahchoo28-Mar-06 6:34
ahchoo28-Mar-06 6:34 
I just followed the sample code in the MSDN library for Visual Studio in 2005.

The exception:


System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: U
able to connect to the remote server ---> System.Net.Sockets.SocketException: An est
blished connection was aborted by the software in your host machine
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress s
cketAddress)
at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s
, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncRes
lt asyncResult, Int32 timeout, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner,
Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6, Int32
imeout)
at System.Net.PooledStream.Activate(Object owningObject, Boolean async, Int32 tim
out, GeneralAsyncDelegate asyncCallback)
at System.Net.PooledStream.Activate(Object owningObject, GeneralAsyncDelegate asy
cCallback)
at System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDeleg
te asyncCallback, Int32 creationTimeout)
at System.Net.Mail.SmtpConnection.GetConnection(String host, Int32 port)
at System.Net.Mail.SmtpTransport.GetConnection(String host, Int32 port)
at System.Net.Mail.SmtpClient.GetConnection()
at System.Net.Mail.SmtpClient.Send(MailMessage message)
--- End of inner exception stack trace ---
at System.Net.Mail.SmtpClient.Send(MailMessage message)

-----------------
I just want to send a test to my network mail server not local machine.
Thanks.

Kyah
GeneralRe: Send Mail in C# 2005 Pin
Luis Alonso Ramos28-Mar-06 6:39
Luis Alonso Ramos28-Mar-06 6:39 
GeneralRe: Send Mail in C# 2005 Pin
Susan Hernandez29-Mar-06 14:56
Susan Hernandez29-Mar-06 14:56 
QuestionGraphics.DrawImage half pixel clip and shift? Pin
vineas28-Mar-06 5:33
vineas28-Mar-06 5:33 
AnswerRe: Graphics.DrawImage half pixel clip and shift? Pin
J. Dunlap28-Mar-06 17:17
J. Dunlap28-Mar-06 17:17 
GeneralRe: Graphics.DrawImage half pixel clip and shift? Pin
vineas29-Mar-06 2:38
vineas29-Mar-06 2:38 
QuestionHow to create own Custom Table Style For DataGrid Pin
brainthorburn28-Mar-06 4:28
brainthorburn28-Mar-06 4:28 
QuestionSorting Collection Pin
England100028-Mar-06 4:03
England100028-Mar-06 4:03 
AnswerRe: Sorting Collection Pin
Kamal.Afridi28-Mar-06 6:34
Kamal.Afridi28-Mar-06 6:34 
GeneralRe: Sorting Collection Pin
England10002-Apr-06 22:41
England10002-Apr-06 22:41 
QuestionControl Focus Problem - a Bug? or.. Pin
rnvrnv28-Mar-06 3:12
rnvrnv28-Mar-06 3:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.