Description:
MySql.Data.MySqlClient.MySqlException (0x80004005): Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.TimeoutException: Timeout in IO operation
at MySql.Data.MySqlClient.TimedStream.StopTimer()
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()
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at _Default.CreatePolicyFile(DataTable dtHeader, DataTable dt, String strType, String strPath, String strIcShortName, String strIcEmailId, String table_name, String col_name)
at _Default.Page_Load(Object sender, EventArgs e)
System.Threading.ThreadAbortException: Thread was being aborted.
at _Default.CreatePolicyFile(DataTable dtHeader, DataTable dt, String strType, String strPath, String strIcShortName, String strIcEmailId, String table_name, String col_name)
at _Default.Page_Load(Object sender, EventArgs e)
How to repeat:
MySql.Data.MySqlClient.MySqlException (0x80004005): Timeout expired.