non blocking socket exception

G

Guest

When using .net remoting over tcp what could cause the non blocking socket
exception error. I receive the error at diffrent times.

Ricky
 
G

Guest

the exact message I receive is
A Non-blocking socket operation could not be completed immediately
I am using remoting over a tcp channel, this error does not occur on all
machines just a select few.

Ricky
 
Y

Yuan Ren[MSFT]

Hi Ricky,

Thanks for posting!

For the current issue, my understanding is that the "A Non-blocking socket
operation could not be completed immediately" error is encountered when you
using the .NET Remoting application. If I have misunderstood anything,
please let me know.

As far as I know, the error belongs to WinSock error. Actually, the Winsock
error relates to communication errors encountered with Ethernet Devices or
the setting of these devices. It is good way to contact your MIS/IT
department for resolving these errors. For example, some specific firewall
issues or networking issues will lead to the error. However, the error
isn't caused by the .NET Remoting application itself.

I appreciate your understanding!

Regards,

Yuan Ren
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top