Hello all
i m facing a problem "There is already an open DataReader associated with this Command which must be closed first."
what is this alll the another page like thispage is currently working properly
so what is this problem
pleasse help me
ashwani
hi Friend,
do check your code you might be using same datareader without closing it before .
|||Hi,
There is already an open DataReader associated with this Command which must be closed first.
From the error message you provided, it seems that you are using DataReader in your application, right?
Generally, a datareader represents an open connection to the database. If you want to run 2 readers simultaneously, you need to use two separate connections.
Thanks.
No comments:
Post a Comment