Click here to Skip to main content
15,921,660 members
Home / Discussions / C#
   

C#

 
GeneralRe: Web Service without VS2004 Pin
Nick Parker14-Jul-04 8:16
protectorNick Parker14-Jul-04 8:16 
GeneralRe: Web Service without VS2004 Pin
Michael Potter14-Jul-04 8:33
Michael Potter14-Jul-04 8:33 
GeneralTreeView & Checkboxes Pin
MrEyes14-Jul-04 6:10
MrEyes14-Jul-04 6:10 
GeneralRe: TreeView & Checkboxes Pin
Nick Parker14-Jul-04 6:39
protectorNick Parker14-Jul-04 6:39 
GeneralRe: TreeView & Checkboxes Pin
MrEyes14-Jul-04 7:31
MrEyes14-Jul-04 7:31 
GeneralSending but not receiving !!! Pin
Gimpy198314-Jul-04 6:00
Gimpy198314-Jul-04 6:00 
GeneralRe: Sending but not receiving !!! Pin
Nick Parker14-Jul-04 6:32
protectorNick Parker14-Jul-04 6:32 
GeneralRe: Sending but not receiving !!! Pin
Gimpy198315-Jul-04 8:18
Gimpy198315-Jul-04 8:18 
Hi!

The problem is as follow:

I have sockets and I use the async methods (the ones starting with .Begin...() ). This means i need ManualResetEvent (or AutoResetEvent for that matter but I choose Manual one so I have more control).

I can connect to the server with BeginConnect() and the ManualResetEvent works alright but when I try to send with BeginSend the ManualResetEvent is also alright.

The problem begins on the server side. I have a ReceiveCallback method which gets called when data gets send to the listening socket. Sometimes all the data get sent correctly (well the ManualResetEvent.Set() seems to work) BUT no data is received on the server side... where do you think the problem could be between the time the data is sent and received because I really don,t see and it's been like 2 weeks I'm trying to figure it out.

Thanks a lot

----------------------
Be proud. Be yourself.
GeneralWM_COPY_DATA Pin
berndg14-Jul-04 6:00
berndg14-Jul-04 6:00 
GeneralRe: WM_COPY_DATA Pin
ERobishaw14-Jul-04 7:29
ERobishaw14-Jul-04 7:29 
GeneralChange a Window text size Pin
Dave@keyspell14-Jul-04 5:41
sussDave@keyspell14-Jul-04 5:41 
GeneralRe: Change a Window text size Pin
Heath Stewart14-Jul-04 5:55
protectorHeath Stewart14-Jul-04 5:55 
GeneralRichTextBox.Rtf property argument exception Pin
partyganger14-Jul-04 4:10
partyganger14-Jul-04 4:10 
GeneralRe: RichTextBox.Rtf property argument exception Pin
LongRange.Shooter14-Jul-04 5:44
LongRange.Shooter14-Jul-04 5:44 
GeneralRe: RichTextBox.Rtf property argument exception Pin
Heath Stewart14-Jul-04 5:47
protectorHeath Stewart14-Jul-04 5:47 
GeneralComboBox problems... :( Pin
Radoslav Bielik14-Jul-04 3:41
Radoslav Bielik14-Jul-04 3:41 
GeneralRe: ComboBox problems... resolved (probably) Pin
Radoslav Bielik14-Jul-04 5:12
Radoslav Bielik14-Jul-04 5:12 
Questionhow to check language of Outlook Pin
Stephan Wright14-Jul-04 3:17
Stephan Wright14-Jul-04 3:17 
AnswerRe: how to check language of Outlook Pin
Nick Parker14-Jul-04 3:39
protectorNick Parker14-Jul-04 3:39 
GeneralRe: how to check language of Outlook Pin
Stephan Wright14-Jul-04 4:00
Stephan Wright14-Jul-04 4:00 
GeneralRe: how to check language of Outlook Pin
Nick Parker14-Jul-04 5:11
protectorNick Parker14-Jul-04 5:11 
AnswerRe: how to check language of Outlook Pin
Ivaylo®14-Jul-04 5:18
Ivaylo®14-Jul-04 5:18 
GeneralRe: how to check language of Outlook Pin
Nick Parker14-Jul-04 6:21
protectorNick Parker14-Jul-04 6:21 
GeneralRe: how to check language of Outlook Pin
Stephan Wright14-Jul-04 21:25
Stephan Wright14-Jul-04 21:25 
GeneralRe: how to check language of Outlook Pin
Ivaylo®14-Jul-04 21:56
Ivaylo®14-Jul-04 21:56 

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.