MySQL Forums
Forum List  »  Knowledge Base

Re: System.Net.Sockets.SocketException: A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied
Posted by: Andrew A
Date: July 21, 2007 07:56AM

We've received this too.

Add pooling=false to your connection string which prevents this error.

It appears to be a bug in the driver, even the latest one :(

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: System.Net.Sockets.SocketException: A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied
9406
July 21, 2007 07:56AM
5224
October 07, 2007 12:16AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.