Server Error in '/' Application.

An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.Sockets.SocketException: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[SocketException (0x2747): An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full]
   System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) +7057671
   System.Net.Sockets.Socket.InternalBind(EndPoint localEP) +138
   System.Net.Sockets.Socket.BeginConnectEx(EndPoint remoteEP, Boolean flowContext, AsyncCallback callback, Object state) +275
   System.Net.Sockets.Socket.BeginConnect(EndPoint remoteEP, AsyncCallback callback, Object state) +179
   MySql.Data.Common.StreamCreator.CreateSocketStream(IPAddress ip, Boolean unix) +239
   MySql.Data.Common.StreamCreator.GetStreamFromHost(String pipeName, String hostName, UInt32 timeout) +338
   MySql.Data.Common.StreamCreator.GetStream(UInt32 timeout) +300
   MySql.Data.MySqlClient.NativeDriver.Open() +452

[MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts.]
   MySql.Data.MySqlClient.NativeDriver.Open() +1666
   MySql.Data.MySqlClient.Driver.Open() +71
   MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +275
   MySql.Data.MySqlClient.MySqlConnection.Open() +1411
   EzyWeb.MysqlConnector.OpenConnection() +181
   EzyWeb.MysqlConnector..ctor() +674
   EzyWeb.WebInfo.initial(HttpResponse Response, HttpRequest Request, Boolean validate) +561
   EzyWeb._Default2.Home_PreInit(Object sender, EventArgs e) +164
   System.Web.UI.Page.OnPreInit(EventArgs e) +11032190
   System.Web.UI.Page.PerformPreInit() +42
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1256


Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053