Click here to Skip to main content
15,884,388 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: Control Focus Problem - a Bug? or.. Pin
Luis Alonso Ramos28-Mar-06 6:23
Luis Alonso Ramos28-Mar-06 6:23 
QuestionBlock list view repaint? Pin
Dominik Reichl28-Mar-06 2:54
Dominik Reichl28-Mar-06 2:54 
AnswerRe: Block list view repaint? Pin
Luis Alonso Ramos28-Mar-06 6:24
Luis Alonso Ramos28-Mar-06 6:24 
GeneralRe: Block list view repaint? Pin
Dominik Reichl28-Mar-06 7:11
Dominik Reichl28-Mar-06 7:11 
GeneralRe: Block list view repaint? Pin
Luis Alonso Ramos28-Mar-06 7:14
Luis Alonso Ramos28-Mar-06 7:14 
QuestionHow can I get size of a baloon tooltip? Pin
Lexa198328-Mar-06 2:34
Lexa198328-Mar-06 2:34 
QuestionMedia File Cutting and Trimming Pin
shreyash_parihar28-Mar-06 2:07
shreyash_parihar28-Mar-06 2:07 

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.