I'm getting the Following Error.
Invalid attempt to access a field before calling Read()
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: Invalid attempt to access a field before calling Read()
Source Error:
Line 132: catch (Exception ex)
Line 133: {
Line 134: throw (ex);
Line 135: }
Line 136: finally
This error comes sometime and sometimes it doesnot come.
I tried to serach on mysql.com the same bug has been posted but no solution.
http://www.net4developers.com
Invalid attempt to access a field before calling Read()
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: Invalid attempt to access a field before calling Read()
Source Error:
Line 132: catch (Exception ex)
Line 133: {
Line 134: throw (ex);
Line 135: }
Line 136: finally
This error comes sometime and sometimes it doesnot come.
I tried to serach on mysql.com the same bug has been posted but no solution.
http://www.net4developers.com
