c# - There is already a data reader open associated with this command even with MARS active -
i have exception telling me that:
there datareader open associated command must closed first
even mars enabled in connection string:
data source=servername;integrated security=true;initial catalog=database;multipleactiveresultsets=true
wasn't mars supposed remove limitation? i'm using c# , sql server 2008