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

C#

 
GeneralRe: Speaker verification Pin
PIEBALDconsult24-Mar-10 16:16
mvePIEBALDconsult24-Mar-10 16:16 
AnswerRe: Speaker verification Pin
T M Gray24-Mar-10 11:52
T M Gray24-Mar-10 11:52 
GeneralRe: Speaker verification Pin
Xelalem25-Mar-10 8:30
Xelalem25-Mar-10 8:30 
AnswerRe: Speaker verification Pin
RaviRanjanKr20-Mar-11 4:54
professionalRaviRanjanKr20-Mar-11 4:54 
QuestionCalling Web Service Pin
DinoRondelly24-Mar-10 6:25
DinoRondelly24-Mar-10 6:25 
AnswerRe: Calling Web Service Pin
Abhinav S24-Mar-10 6:38
Abhinav S24-Mar-10 6:38 
AnswerRe: Calling Web Service Pin
Tony Richards24-Mar-10 6:39
Tony Richards24-Mar-10 6:39 
AnswerRe: Calling Web Service Pin
Keith Barrow24-Mar-10 6:42
professionalKeith Barrow24-Mar-10 6:42 
Fundamentally, the myWebService isn't having it's connection closed, and the server is timing it out. The server does this to prevent denial of service attacks.

You need to closed the connection (just creating a new one and assigning it to code><mywebservice code=""> just won't have the same effect.


Additionally, that catch block is a bad idea, generally it is bad to catch the base Exception type, and calling a service in a loop is bad practise.
Dalek Dave: There are many words that some find offensive, Homosexuality, Alcoholism, Religion, Visual Basic, Manchester United, Butter.
Pete o'Hanlon: If it wasn't insulting tools, I'd say you were dumber than a bag of spanners.

QuestionMake A Property Read-Only At Runtime Pin
Kevin Marois24-Mar-10 5:53
professionalKevin Marois24-Mar-10 5:53 
AnswerRe: Make A Property Read-Only At Runtime Pin
Not Active24-Mar-10 6:18
mentorNot Active24-Mar-10 6:18 
GeneralRe: Make A Property Read-Only At Runtime Pin
Kevin Marois24-Mar-10 6:21
professionalKevin Marois24-Mar-10 6:21 
GeneralRe: Make A Property Read-Only At Runtime PinPopular
Not Active24-Mar-10 6:28
mentorNot Active24-Mar-10 6:28 
GeneralRe: Make A Property Read-Only At Runtime Pin
Kevin Marois24-Mar-10 6:32
professionalKevin Marois24-Mar-10 6:32 
GeneralRe: Make A Property Read-Only At Runtime Pin
PIEBALDconsult24-Mar-10 6:51
mvePIEBALDconsult24-Mar-10 6:51 
AnswerRe: Make A Property Read-Only At Runtime Pin
Abhinav S24-Mar-10 6:28
Abhinav S24-Mar-10 6:28 
AnswerRe: Make A Property Read-Only At Runtime Pin
harold aptroot24-Mar-10 6:32
harold aptroot24-Mar-10 6:32 
AnswerRe: Make A Property Read-Only At Runtime Pin
Ennis Ray Lynch, Jr.24-Mar-10 9:34
Ennis Ray Lynch, Jr.24-Mar-10 9:34 
QuestionSplit a text to 5 string Pin
Chucky6424-Mar-10 4:46
Chucky6424-Mar-10 4:46 
AnswerRe: Split a text to 5 string Pin
PIEBALDconsult24-Mar-10 4:54
mvePIEBALDconsult24-Mar-10 4:54 
AnswerRe: Split a text to 5 string Pin
OriginalGriff24-Mar-10 5:05
mveOriginalGriff24-Mar-10 5:05 
GeneralRe: Split a text to 5 string Pin
Chucky6424-Mar-10 5:11
Chucky6424-Mar-10 5:11 
GeneralRe: Split a text to 5 string Pin
PIEBALDconsult24-Mar-10 5:19
mvePIEBALDconsult24-Mar-10 5:19 
GeneralRe: Split a text to 5 string Pin
Chucky6424-Mar-10 5:23
Chucky6424-Mar-10 5:23 
AnswerRe: Split a text to 5 string Pin
Dr.Walt Fair, PE24-Mar-10 5:06
professionalDr.Walt Fair, PE24-Mar-10 5:06 
GeneralRe: Split a text to 5 string Pin
Chucky6424-Mar-10 5:13
Chucky6424-Mar-10 5:13 

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.