Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fatal error encountered during command execution
Message
From
21/03/2010 11:09:26
 
 
To
All
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Fatal error encountered during command execution
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows XP
Database:
MySQL
Application:
Desktop
Miscellaneous
Thread ID:
01455926
Message ID:
01455926
Views:
525
Dear The Expert,

I am stuck for almost 2 week with MySql.Data.Exception below:
I don't understand why this can be happen and I am unable to re-produce the problem..
got no answer from MySql forum!
found on google that someone told this is known MySql bugs on .NET Connector 5.x .. but currently I am using the latest version of MySql .NET Connector (6.2.2)

Could any body please help me out from this?

many thanks in advance

Regards
Winanjaya


MySql.Data.MySqlClient.MySqlException: Fatal error
encountered during command execution. --->
MySql.Data.MySqlClient.MySqlException: Fatal error encountered attempting to
read the resultset. ---> MySql.Data.MySqlClient.MySqlException: Reading from
the stream has failed. ---> System.IO.IOException: Unable to read data from
the transport connection: An established connection was aborted by the
software in your host machine. ---> System.Net.Sockets.SocketException: An
established connection was aborted by the software in your host machine
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32
size, SocketFlags socketFlags)
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset,
Int32 size)
--- End of inner exception stack trace ---
at MyNetworkStream.HandleOrRethrowException(Exception e)
at MyNetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count)
at MySql.Data.MySqlClient.TimedStream.Read(Byte[] buffer, Int32 offset,
Int32 count)
at System.IO.BufferedStream.Read(Byte[] array, Int32 offset, Int32 count)
at MySql.Data.MySqlClient.MySqlStream.ReadFully(Stream stream, Byte[]
buffer, Int32 offset, Int32 count)
at MySql.Data.MySqlClient.MySqlStream.LoadPacket()
--- End of inner exception stack trace ---
at MySql.Data.MySqlClient.MySqlStream.LoadPacket()
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow,
Int32& insertedId)
at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32&
affectedRows, Int32& insertedId)
at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
--- End of inner exception stack trace ---
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior
behavior)
--- End of inner exception stack trace ---
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior
behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader()
Next
Reply
Map
View

Click here to load this message in the networking platform