Bug #57987 MySqlHelper.ExecuteReader return closed reader.
Submitted: 4 Nov 2010 17:08 Modified: 4 Nov 2010 17:28
Reporter: Сергей Петров Email Updates:
Status: Duplicate Impact on me:
None 
Category:Connector / NET Severity:S2 (Serious)
Version:6.3.5 OS:Windows
Assigned to: CPU Architecture:Any

[4 Nov 2010 17:08] Сергей Петров
Description:
MySqlHelper.ExecuteReader(string connectionString,string commandText) return closed reader, so it is unusable.

How to repeat:
MySqlHelper.ExecuteReader(connectionString,commandText).Read() throw exception becouse reader closed.
[4 Nov 2010 17:28] Valeriy Kravchuk
This is a duplicate of Bug #57501.