Entity Framework : There is already an open DataReader associated with this Command
Recently working on an application with entity framework 4.1 When I was retrieving data and updating data with same data context I was getting following error. It was working fine on another machine but on mine it was giving this error. There is already an open DataReader associated with this Command. After digging into the