jch001
Member
Hi
I am getting a strange error.
"Collection was modified; enumeration operation may not execute."
I am loading a dataset with data from a sql server stored procedure. Using this code:
_db.LoadDataSet("SR_USER_MNE_ALL", dsFlux, New String() {"User"})
It uses Microsoft
I am getting a strange error.
"Collection was modified; enumeration operation may not execute."
I am loading a dataset with data from a sql server stored procedure. Using this code:
_db.LoadDataSet("SR_USER_MNE_ALL", dsFlux, New String() {"User"})
It uses Microsoft