R
Rollasoc
Hi,
We have a range of four products that can talk to our software (Written
in C# & managed C++) via ethernet. Using standard socket class.
This has all been working fine for a long time now, under DotNet 1.1.
We have now converted the project to DotNet 2.0
Unfortunetely, the code no longer works for one of the products. The
other three are fine.
Now, when we try and communicate, we get the following error
"A non blocking socket operation could not be completed immediately".
I'd be open to suggestions on how to fix this, having spent several
days googling for an answer, I have yet to find one that works.
The other question is "What else has MS changed in functionality whilst
keeping the interface the same, that I may software may trip up on with
the ported code?"
Chris
http://www.hairthieves.com
We have a range of four products that can talk to our software (Written
in C# & managed C++) via ethernet. Using standard socket class.
This has all been working fine for a long time now, under DotNet 1.1.
We have now converted the project to DotNet 2.0
Unfortunetely, the code no longer works for one of the products. The
other three are fine.
Now, when we try and communicate, we get the following error
"A non blocking socket operation could not be completed immediately".
I'd be open to suggestions on how to fix this, having spent several
days googling for an answer, I have yet to find one that works.
The other question is "What else has MS changed in functionality whilst
keeping the interface the same, that I may software may trip up on with
the ported code?"
Chris
http://www.hairthieves.com