Connect fails on embedded XP from second try on (General questions)
Hi!
We've just purchased SSH.Net and now have massive problems with using it on embedded Windows XP. The first connect works, but then every connection request fails. On Windows XP everything works fine.
The exception is thrown in ProxySocket on line base.EndConnect(ar); .
It says Ein Blockierungsvorgang wurde durch einen Aufruf von WSACancelBlockingCall unterbrochen . In english it should be something like A blocking operation has been cancelled by a call of WSACancelBlockingCall .
But that call has been removed in Winsock 2.2 ...
I've written a short test program using Sockets.Socket. But it only opens and closes the socket. There also on eXP everything works fine. So I think there might be recv() hanging...?
Maybe someone's got a clue?
Kind regards,
Benjamin Lukner
Complete thread:
- Connect fails on embedded XP from second try on - BLUcoder, 2006-02-10, 19:31
- Re: Connect fails on embedded XP from second try o - wodSupport, 2006-02-10, 19:34
- Re: Connect fails on embedded XP from second try o - BLUcoder, 2006-02-13, 10:39
- Re: Connect fails on embedded XP from second try o - wodSupport, 2006-02-10, 19:34