Click here to Skip to main content
15,907,910 members
Home / Discussions / C#
   

C#

 
GeneralRe: Error!!! Pin
angel 24-Oct-11 0:40
angel 24-Oct-11 0:40 
GeneralRe: Error!!! Pin
CodingLover4-Oct-11 0:55
CodingLover4-Oct-11 0:55 
GeneralRe: Error!!! Pin
angel 24-Oct-11 2:14
angel 24-Oct-11 2:14 
GeneralRe: Error!!! Pin
CodingLover4-Oct-11 18:48
CodingLover4-Oct-11 18:48 
QuestionReceiving Data Asynchronously on Socket Class Pin
Richard Andrew x643-Oct-11 16:03
professionalRichard Andrew x643-Oct-11 16:03 
AnswerRe: Receiving Data Asynchronously on Socket Class Pin
Luc Pattyn3-Oct-11 16:09
sitebuilderLuc Pattyn3-Oct-11 16:09 
GeneralRe: Receiving Data Asynchronously on Socket Class Pin
Richard Andrew x643-Oct-11 16:18
professionalRichard Andrew x643-Oct-11 16:18 
AnswerRe: Receiving Data Asynchronously on Socket Class Pin
BobJanova3-Oct-11 23:10
BobJanova3-Oct-11 23:10 
I have never seen this, and there is nothing in the documentation that suggests it should be possible with an open socket. What exception message do you get? I suspect that the socket is already closed, and BeginReceive detects that and doesn't actually start the receive task. Some forms of socket closure don't get noticed until you try to do an operation on the socket, at which point it throws an exception, though it is usually a SocketException not an InvalidOperationException.
GeneralRe: Receiving Data Asynchronously on Socket Class Pin
Richard Andrew x644-Oct-11 11:11
professionalRichard Andrew x644-Oct-11 11:11 
GeneralRe: Receiving Data Asynchronously on Socket Class Pin
BobJanova4-Oct-11 22:55
BobJanova4-Oct-11 22:55 
GeneralRe: Receiving Data Asynchronously on Socket Class Pin
jschell5-Oct-11 9:01
jschell5-Oct-11 9:01 
AnswerRe: Receiving Data Asynchronously on Socket Class Pin
jschell4-Oct-11 11:07
jschell4-Oct-11 11:07 
GeneralRe: Receiving Data Asynchronously on Socket Class Pin
Richard Andrew x644-Oct-11 11:12
professionalRichard Andrew x644-Oct-11 11:12 
GeneralRe: Receiving Data Asynchronously on Socket Class Pin
jschell5-Oct-11 9:04
jschell5-Oct-11 9:04 
QuestionRemoving duplicate object instances? Pin
R4jlu3-Oct-11 2:41
R4jlu3-Oct-11 2:41 
AnswerRe: Removing duplicate object instances? Pin
Pete O'Hanlon3-Oct-11 3:06
mvePete O'Hanlon3-Oct-11 3:06 
GeneralRe: Removing duplicate object instances? Pin
R4jlu3-Oct-11 3:26
R4jlu3-Oct-11 3:26 
AnswerRe: Removing duplicate object instances? Pin
Luc Pattyn3-Oct-11 3:51
sitebuilderLuc Pattyn3-Oct-11 3:51 
GeneralRe: Removing duplicate object instances? Pin
R4jlu3-Oct-11 4:13
R4jlu3-Oct-11 4:13 
AnswerRe: Removing duplicate object instances? Pin
Luc Pattyn3-Oct-11 4:48
sitebuilderLuc Pattyn3-Oct-11 4:48 
GeneralRe: Removing duplicate object instances? Pin
Pete O'Hanlon3-Oct-11 5:04
mvePete O'Hanlon3-Oct-11 5:04 
AnswerRe: Removing duplicate object instances? Pin
Luc Pattyn3-Oct-11 5:12
sitebuilderLuc Pattyn3-Oct-11 5:12 
GeneralRe: Removing duplicate object instances? Pin
BobJanova3-Oct-11 5:24
BobJanova3-Oct-11 5:24 
GeneralRe: Removing duplicate object instances? Pin
R4jlu3-Oct-11 5:58
R4jlu3-Oct-11 5:58 
GeneralRe: Removing duplicate object instances? Pin
Pete O'Hanlon3-Oct-11 6:03
mvePete O'Hanlon3-Oct-11 6:03 

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.