Server Error in '/' Application.

A blocking operation was interrupted by a call to WSACancelBlockingCall

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: A blocking operation was interrupted by a call to WSACancelBlockingCall

Source Error:


Line 107:
Line 108:            MySqlCommand cmd = new MySqlCommand(selectQuery, connection);
Line 109:            dataReader = cmd.ExecuteReader();
Line 110:
Line 111:            if (dataReader.HasRows)

Source File: d:\vhosts\zemedya.com\elmaagaci.com.tr\App_Code\DBManager.cs    Line: 109

Stack Trace:


[SocketException (0x2714): A blocking operation was interrupted by a call to WSACancelBlockingCall]
   System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) +111
   System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) +131

[IOException: Unable to read data from the transport connection: A blocking operation was interrupted by a call to WSACancelBlockingCall.]
   System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) +299
   System.IO.BufferedStream.ReadByte() +203
   MySql.Data.MySqlClient.MySqlStream.LoadPacket() +35

[MySqlException (0x80004005): Reading from the stream has failed.]
   MySql.Data.MySqlClient.MySqlStream.LoadPacket() +223
   MySql.Data.MySqlClient.MySqlStream.OpenPacket() +49
   MySql.Data.MySqlClient.NativeDriver.ReadResult(UInt64& affectedRows, Int64& lastInsertId) +62
   MySql.Data.MySqlClient.MySqlDataReader.GetResultSet() +48
   MySql.Data.MySqlClient.MySqlDataReader.NextResult() +516
   MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) +823
   MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() +6
   DBManager.Select(String selectQuery) in d:\vhosts\zemedya.com\elmaagaci.com.tr\App_Code\DBManager.cs:109
   DAL.satiskadrosu.GetKadroList() in d:\vhosts\zemedya.com\elmaagaci.com.tr\App_Code\satiskadrosu.cs:162
   kadromuz.Kadro() in d:\vhosts\zemedya.com\elmaagaci.com.tr\kadromuz.aspx.cs:38
   kadromuz.Page_Load(Object sender, EventArgs e) in d:\vhosts\zemedya.com\elmaagaci.com.tr\kadromuz.aspx.cs:18
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4690.0