Archives

Archives / 2008 / November
  • Already Open DataReader

    Tags: .NET, SQL

    Today I was getting following error when running one of our applications: ”There is already an open DataReader associated with this Command which must be closed first.”

    This happens when … more