הודעהעל ידי בן ראובן » ב' אוקטובר 09, 2017 7:15 pm
וזו הודעת השגיאה:
\
Server Error in '/wotzar' Application.
A non-blocking socket operation could not be completed immediately
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 non-blocking socket operation could not be completed immediately
Source Error:
Line 705: Dim myDataAdapter As MySqlDataAdapter
Line 706: myDataAdapter = New MySqlDataAdapter(SQLStr, myConnection)
Line 707: myDataAdapter.Fill(myDataSet)
Line 708: Finally
Line 709: myConnection.Close()
Source File: \\192.168.15.1\s\root\wotzar\OTZAR.aspx.vb Line: 707
Stack Trace:
[SocketException (0x2733): A non-blocking socket operation could not be completed immediately]
System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) +73
System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) +131
[IOException: Unable to read data from the transport connection: A non-blocking socket operation could not be completed immediately.]
MySql.Data.Common.MyNetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count) +222
MySql.Data.MySqlClient.TimedStream.Read(Byte[] buffer, Int32 offset, Int32 count) +89
System.IO.BufferedStream.Read(Byte[] array, Int32 offset, Int32 count) +195
MySql.Data.MySqlClient.MySqlStream.ReadFully(Stream stream, Byte[] buffer, Int32 offset, Int32 count) +42
MySql.Data.MySqlClient.MySqlStream.LoadPacket() +70
[MySqlException (0x80004005): Reading from the stream has failed.]
MySql.Data.MySqlClient.MySqlStream.LoadPacket() +265
MySql.Data.MySqlClient.MySqlStream.ReadPacket() +32
MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) +73
MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) +20
MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) +108
MySql.Data.MySqlClient.MySqlDataReader.NextResult() +364
[MySqlException (0x80004005): Fatal error encountered attempting to read the resultset.]
MySql.Data.MySqlClient.MySqlDataReader.NextResult() +798
MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) +1134
[MySqlException (0x80004005): Fatal error encountered during command execution.]
MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) +1492
MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +4
System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +10
System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +130
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +287
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +94
BasePage.FillDataSet(DataSet& myDataSet, String SQLStr) in \\192.168.15.1\s\root\wotzar\OTZAR.aspx.vb:707
BasePage.OnInit(EventArgs e) in \\192.168.15.1\s\root\wotzar\OTZAR.aspx.vb:490
System.Web.UI.Control.InitRecursive(Control namingContainer) +333
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +378
Version Information: Microsoft .NET Framework Version:2.0.50727.8669; ASP.NET Version:2.0.50727.5491