Click here to Skip to main content
15,914,500 members
Home / Discussions / C#
   

C#

 
AnswerRe: Writing to word document? Pin
Giorgi Dalakishvili14-Feb-08 1:52
mentorGiorgi Dalakishvili14-Feb-08 1:52 
GeneralDataGridView problem Pin
kallileo14-Feb-08 1:12
kallileo14-Feb-08 1:12 
GeneralRe: DataGridView problem Pin
Harvey Saayman14-Feb-08 1:15
Harvey Saayman14-Feb-08 1:15 
GeneralRe: DataGridView problem Pin
Mircea Puiu14-Feb-08 4:01
Mircea Puiu14-Feb-08 4:01 
GeneralExe not running in different computer.. Pin
Ashish Chauhan14-Feb-08 0:23
Ashish Chauhan14-Feb-08 0:23 
GeneralRe: Exe not running in different computer.. Pin
DaveyM6914-Feb-08 0:28
professionalDaveyM6914-Feb-08 0:28 
GeneralRe: Exe not running in different computer.. Pin
Ashish Chauhan14-Feb-08 0:59
Ashish Chauhan14-Feb-08 0:59 
GeneralRe: Exe not running in different computer.. Pin
DaveyM6914-Feb-08 1:06
professionalDaveyM6914-Feb-08 1:06 
GeneralRe: Exe not running in different computer.. Pin
Ashish Chauhan14-Feb-08 1:14
Ashish Chauhan14-Feb-08 1:14 
GeneralRe: Exe not running in different computer.. Pin
DaveyM6914-Feb-08 1:26
professionalDaveyM6914-Feb-08 1:26 
GeneralRe: Exe not running in different computer.. Pin
Ashish Chauhan14-Feb-08 3:25
Ashish Chauhan14-Feb-08 3:25 
GeneralRe: Exe not running in different computer.. Pin
DaveyM6914-Feb-08 3:37
professionalDaveyM6914-Feb-08 3:37 
GeneralRe: Exe not running in different computer.. Pin
Ashish Chauhan14-Feb-08 3:58
Ashish Chauhan14-Feb-08 3:58 
GeneralRe: Exe not running in different computer.. Pin
Giorgi Dalakishvili14-Feb-08 0:29
mentorGiorgi Dalakishvili14-Feb-08 0:29 
GeneralRe: Exe not running in different computer.. Pin
Harvey Saayman14-Feb-08 0:32
Harvey Saayman14-Feb-08 0:32 
GeneralRe: Exe not running in different computer.. Pin
User 665814-Feb-08 0:36
User 665814-Feb-08 0:36 
GeneralRe: Exe not running in different computer.. Pin
Harvey Saayman14-Feb-08 1:12
Harvey Saayman14-Feb-08 1:12 
General"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond"-Exception Pin
ag4667713-Feb-08 23:47
ag4667713-Feb-08 23:47 
Hi All,

As my subject says all that I have been struggling with the same exception as "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond".

The scenario is I am using socket programming to send some data to the client machine from my server using a web service. I have tested around 50 odd cases in which the same exception is raised in around 10 cases and rest is delivered successfully.

Can anybody help me out with this exception? Exception details are pasted below -

System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)

Thanks in Advance....

Ankur
GeneralRe: "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond"-Exception Pin
DaveyM6914-Feb-08 1:05
professionalDaveyM6914-Feb-08 1:05 
GeneralRe: "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond"-Exception Pin
gudlanur16-Aug-11 20:59
gudlanur16-Aug-11 20:59 
QuestionSimplest Question Regarding Deployment Pin
sindhutiwari13-Feb-08 23:02
sindhutiwari13-Feb-08 23:02 
GeneralRe: Simplest Question Regarding Deployment Pin
Christian Graus13-Feb-08 23:09
protectorChristian Graus13-Feb-08 23:09 
GeneralRe: Simplest Question Regarding Deployment Pin
sindhutiwari13-Feb-08 23:15
sindhutiwari13-Feb-08 23:15 
GeneralRe: Simplest Question Regarding Deployment Pin
Christian Graus13-Feb-08 23:50
protectorChristian Graus13-Feb-08 23:50 
QuestionSimplest Question Regarding Deployment Pin
sindhutiwari13-Feb-08 23:01
sindhutiwari13-Feb-08 23:01 

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.