Re: NullReferenceException in Finalize() (6.2.3)
Posted by: Carl S
Date: May 08, 2010 01:55AM

I get the same using connector 6.2.3 on Windows 7 64-bits:
It happends when my application is closed.

w MySql.Data.MySqlClient.NativeDriver.FetchDataRow(Int32 statementId, Int32 columns)
w MySql.Data.MySqlClient.Driver.FetchDataRow(Int32 statementId, Int32 columns)
w MySql.Data.MySqlClient.ResultSet.Close()
w MySql.Data.MySqlClient.MySqlDataReader.NextResult()
w MySql.Data.MySqlClient.MySqlDataReader.Close()
w MySql.Data.MySqlClient.MySqlConnection.Close()
w MySql.Data.MySqlClient.MySqlConnection.Dispose(Boolean disposing)
w System.ComponentModel.Component.Finalize()

Options: ReplyQuote


Subject
Written By
Posted
Re: NullReferenceException in Finalize() (6.2.3)
May 08, 2010 01:55AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.