I have this error coming up and I dont know what it means or what to do with it:
An unhandled exception of type System.InvalidOperationException occurred in system.data.dll
Additional information: ExecuteReader requires an open and available Connection. The connections current state is Open, Fetching.
Why would the conection state change to Fetching? and how can I turn it back to normal?
An unhandled exception of type System.InvalidOperationException occurred in system.data.dll
Additional information: ExecuteReader requires an open and available Connection. The connections current state is Open, Fetching.
Why would the conection state change to Fetching? and how can I turn it back to normal?