Not sure if this is the right place for this
I'm creating a webservice in c# for asp.net v2, and using this line:
foreach (WS_RentalStreamRecord WSR in Payments)
But am getting this error:
foreach statement cannot operate on variables of type 'Service.WS_RentalStreamRecord' because 'Service.WS_RentalStreamRecord' does not contain a public definition for 'GetEnumerator'
What am I doing wrong?