Error “There is already an open DataReader associated with this Command which must be closed first” when using 2 distinct commands

Just add the following in your connection string:

MultipleActiveResultSets=True;

Leave a Comment