Click here to Skip to main content
15,893,487 members
Home / Discussions / C#
   

C#

 
Questionstatic question Pin
Old Gun17-Apr-06 18:04
Old Gun17-Apr-06 18:04 
AnswerRe: static question Pin
alexey N17-Apr-06 18:10
alexey N17-Apr-06 18:10 
GeneralRe: static question Pin
Old Gun17-Apr-06 19:01
Old Gun17-Apr-06 19:01 
GeneralRe: static question Pin
alexey N17-Apr-06 19:49
alexey N17-Apr-06 19:49 
AnswerRe: static question Pin
Guffa17-Apr-06 20:51
Guffa17-Apr-06 20:51 
GeneralRe: static question Pin
Old Gun17-Apr-06 21:35
Old Gun17-Apr-06 21:35 
GeneralRe: static question Pin
Old Gun18-Apr-06 1:39
Old Gun18-Apr-06 1:39 
QuestionDetect when windows added Pin
Hossein Margani17-Apr-06 16:26
Hossein Margani17-Apr-06 16:26 
Questionsetting new interval value and turning on timer in Parent Form Pin
emran83417-Apr-06 16:00
emran83417-Apr-06 16:00 
AnswerRe: setting new interval value and turning on timer in Parent Form Pin
Robin Panther17-Apr-06 17:02
Robin Panther17-Apr-06 17:02 
QuestionProgress Pin
Sean8917-Apr-06 15:23
Sean8917-Apr-06 15:23 
AnswerRe: Progress Pin
enjoycrack17-Apr-06 16:58
enjoycrack17-Apr-06 16:58 
QuestionHandling Data Error Event Pin
emran83417-Apr-06 15:21
emran83417-Apr-06 15:21 
QuestionGraphics and pixel manipulation Pin
Maksymus00717-Apr-06 13:41
Maksymus00717-Apr-06 13:41 
AnswerRe: Graphics and pixel manipulation Pin
Office Lineman17-Apr-06 13:51
Office Lineman17-Apr-06 13:51 
GeneralRe: Graphics and pixel manipulation Pin
Maksymus00717-Apr-06 22:44
Maksymus00717-Apr-06 22:44 
QuestionDatagridview Pin
thepersonof17-Apr-06 13:03
thepersonof17-Apr-06 13:03 
AnswerRe: Datagridview Pin
Office Lineman17-Apr-06 13:36
Office Lineman17-Apr-06 13:36 
GeneralRe: Datagridview Pin
thepersonof17-Apr-06 22:34
thepersonof17-Apr-06 22:34 
QuestionWSACancel when using RAW TCP Pin
Dave k.a. DPA17-Apr-06 12:13
Dave k.a. DPA17-Apr-06 12:13 
AnswerRe: WSACancel when using RAW TCP Pin
Ed.Poore17-Apr-06 12:19
Ed.Poore17-Apr-06 12:19 
GeneralRe: WSACancel when using RAW TCP Pin
Dave k.a. DPA17-Apr-06 12:31
Dave k.a. DPA17-Apr-06 12:31 
GeneralRe: WSACancel when using RAW TCP Pin
Ed.Poore17-Apr-06 13:12
Ed.Poore17-Apr-06 13:12 
GeneralRe: WSACancel when using RAW TCP Pin
Dave k.a. DPA17-Apr-06 14:34
Dave k.a. DPA17-Apr-06 14:34 
GeneralRe: WSACancel when using RAW TCP Pin
Ed.Poore17-Apr-06 23:29
Ed.Poore17-Apr-06 23:29 
Ok things are beginning to get clearer in my head now. Is WSACancelBlockingCall called by you or (as it appears) is fired from another program, i.e. this MS-9015 (wrong number I thing) thingy.

My first suggestion would be to if possible isolate the area of the network you're concerned with (i.e. don't connect it to the internet just have ideally two computers (or one with using the loopback interface) on the network. Then try the code while turning off all the network systems, i.e. firewalls, antivirus etc until you get to the one which is hopefully causing the problem. Once this has been established then we can delve further for a work-around.

Ed

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.