Vb.Net で作成したソフトウェアでエラーが発生しました。どこを見ればいいのかわからず、グーグルも役に立ちません。何かを試すためにどこかを探すことはできますか?
System.ArgumentException: Column 'CHARACTER_OCTET_LENGTH' does not belong to table .
at System.Data.DataColumnCollection.Remove(String name)
at MySql.Data.MySqlClient.ISSchemaProvider.GetColumns(String[] restrictions)
at MySql.Data.MySqlClient.SchemaProvider.GetSchemaInternal(String collection, String[] restrictions)
at MySql.Data.MySqlClient.ISSchemaProvider.GetSchemaInternal(String collection, String[] restrictions)
at MySql.Data.MySqlClient.SchemaProvider.GetSchema(String collection, String[] restrictions)