Skip navigation links

MySQL Forums :: C#, Mono, .Net :: A request to send or receive data was disallowed because the socket is not connected


Advanced Search

A request to send or receive data was disallowed because the socket is not connected
Posted by: Zed Lands ()
Date: January 17, 2013 05:43AM

Hello,

I get the folowing error when attempting from a local computer (w7 64bit), .net application to connect to a mySql database on a server.

" 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. "

I am not having this error on any other OS, including w8 but just with w7 64bit.

Local computer firewall is off, antivirus is temporary deactivated, looks like there is nothing blocking the connection.

Some other forum discussions mention it as a threading problem. But this application does not make use of multi threading.


Any ideas would be deepply appreciated.

Regards.

Options: ReplyQuote


Subject Written By Posted
A request to send or receive data was disallowed because the socket is not connected Zed Lands 01/17/2013 05:43AM
Re: A request to send or receive data was disallowed because the socket is not connected Fernando Gonzalez.Sanchez 01/17/2013 03:00PM
Re: A request to send or receive data was disallowed because the socket is not connected Zed Lands 01/21/2013 05:04PM


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.