Server Error in '/' Application.

#08S01Got packets out of order

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: MySql.Data.MySqlClient.MySqlException: #08S01Got packets out of order

Source Error:


Line 119:        Dim dtrPaginas As MySqlDataReader
Line 120:        If Not cnnDB.State = ConnectionState.Open Then
Line 121:            cnnDB.Open()
Line 122:        End If
Line 123:

Source File: D:\Inetpub\vhosts\zorgvoorelkaar.nl\janlameris.nl\vk\portfolio.aspx.vb    Line: 121

Stack Trace:


[MySqlException: #08S01Got packets out of order]
   MySql.Data.MySqlClient.PacketReader.CheckForError() +107
   MySql.Data.MySqlClient.NativeDriver.ReadResult(Int64& affectedRows, Int64& lastInsertId) +28
   MySql.Data.MySqlClient.CommandResult.ReadNextResult(Boolean isFirst) +80
   MySql.Data.MySqlClient.CommandResult..ctor(Driver d, Boolean isBinary) +44
   MySql.Data.MySqlClient.NativeDriver.SendQuery(Byte[] bytes, Int32 length, Boolean consume) +128
   MySql.Data.MySqlClient.MySqlCommand.GetNextResultSet(MySqlDataReader reader) +398
   MySql.Data.MySqlClient.MySqlDataReader.NextResult() +527
   MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) +240
   MySql.Data.MySqlClient.Driver.Configure(MySqlConnection connection) +1326
   MySql.Data.MySqlClient.MySqlConnection.Open() +261
   vk_portfolio.BindPage() in D:\Inetpub\vhosts\zorgvoorelkaar.nl\janlameris.nl\vk\portfolio.aspx.vb:121
   vk_portfolio.Page_Load(Object sender, EventArgs e) in D:\Inetpub\vhosts\zorgvoorelkaar.nl\janlameris.nl\vk\portfolio.aspx.vb:14
   System.Web.UI.Control.OnLoad(EventArgs e) +132
   System.Web.UI.Control.LoadRecursive() +66
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428


Version Information: Microsoft .NET Framework Version:2.0.50727.8813; ASP.NET Version:2.0.50727.8951