Click here to Skip to main content
15,905,683 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to Apply Proerty in Control Pin
dasblinkenlight5-May-11 0:29
dasblinkenlight5-May-11 0:29 
AnswerRe: How to Apply Proerty in Control Pin
Ravi Sant5-May-11 0:36
Ravi Sant5-May-11 0:36 
QuestionAdd virtual device Pin
Pranit Kothari4-May-11 23:43
Pranit Kothari4-May-11 23:43 
AnswerRe: Add virtual device Pin
Dave Kreskowiak5-May-11 1:47
mveDave Kreskowiak5-May-11 1:47 
GeneralRe: Add virtual device Pin
Pranit Kothari5-May-11 1:57
Pranit Kothari5-May-11 1:57 
GeneralRe: Add virtual device Pin
fjdiewornncalwe5-May-11 3:00
professionalfjdiewornncalwe5-May-11 3:00 
AnswerRe: Add virtual device Pin
jschell5-May-11 8:14
jschell5-May-11 8:14 
QuestionWeb Service Returns Null, No Exceptions Pin
GlobX4-May-11 17:26
GlobX4-May-11 17:26 
Questionhow to add the values from controls to class to read it in xml Pin
Rocky234-May-11 7:42
Rocky234-May-11 7:42 
QuestionConversion of List to DataTable Pin
Ankit Rajput4-May-11 0:45
Ankit Rajput4-May-11 0:45 
AnswerRe: Conversion of List to DataTable Pin
Peter_in_27804-May-11 0:59
professionalPeter_in_27804-May-11 0:59 
GeneralRe: Conversion of List to DataTable Pin
Ankit Rajput4-May-11 1:02
Ankit Rajput4-May-11 1:02 
GeneralRe: Conversion of List to DataTable Pin
Dave Kreskowiak4-May-11 1:14
mveDave Kreskowiak4-May-11 1:14 
GeneralRe: Conversion of List to DataTable Pin
Ankit Rajput4-May-11 1:22
Ankit Rajput4-May-11 1:22 
AnswerRe: Conversion of List to DataTable Pin
Blue_Boy4-May-11 1:13
Blue_Boy4-May-11 1:13 
JokeRe: Conversion of List to DataTable Pin
wizardzz4-May-11 7:39
wizardzz4-May-11 7:39 
AnswerRe: Conversion of List to DataTable Pin
wizardzz4-May-11 7:39
wizardzz4-May-11 7:39 
QuestionHow to axAcroPdf automatically perform click on save button Pin
cigara93933-May-11 22:05
cigara93933-May-11 22:05 
Question64 bit Console linked to 32 bit dll? Pin
devvvy3-May-11 16:59
devvvy3-May-11 16:59 
AnswerRe: 64 bit Console linked to 32 bit dll? Pin
Luc Pattyn3-May-11 17:30
sitebuilderLuc Pattyn3-May-11 17:30 
QuestionAsynchronous Response to a Synchronous TCPClient Pin
Octantis3-May-11 13:09
Octantis3-May-11 13:09 
AnswerRe: Asynchronous Response to a Synchronous TCPClient Pin
Luc Pattyn3-May-11 13:25
sitebuilderLuc Pattyn3-May-11 13:25 
There probably is way too much information missing here, you haven't shown the sending stuff at all, and it isn't clear to me where exactly the two receiving code snippets are located (and they only deal with the internals of a message, not what happens to the messages as a whole). How many threads are involved? etc.

If you want to get this solved, I suggest you add logging, i.e. sending short lines of information (with HH:mm:ss.fff timestamps, and the current thread ID (I suggest the lowest byte in hex), and essential data values) to a file, for both the sender and the receiver.

BTW: I noticed there isn't any safety built in; when a stream gets out of sync, the wrong bytes may end up forming a length value, or negative bytes may end up being ASCII decoded. You should never assume all will go right all the time!

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

AnswerRe: Asynchronous Response to a Synchronous TCPClient Pin
BobJanova4-May-11 1:53
BobJanova4-May-11 1:53 
AnswerRe: Asynchronous Response to a Synchronous TCPClient Pin
jschell4-May-11 8:37
jschell4-May-11 8:37 
GeneralRe: Asynchronous Response to a Synchronous TCPClient Pin
Octantis4-May-11 9:22
Octantis4-May-11 9:22 

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.