G
Guest
Hi All
I've been searching on the internet more than a week for a solution to this problem. All that I got was some desperate guys like me without an answer. My ASP.Net system works fine 99% of the time. However, eventually the system starts to fail with an IndexOutOfRangeException in any query that I run using the datareader object. The only way to stop this behavior is restarting the IIS Service. I know it´s not a scalabillity problem... just few users are operating the system on that moment. It could be a pooling problem?
I'll aprecciate any clue
Alisso
[IndexOutOfRangeException: field_name
System.Data.Common.FieldNameLookup.GetOrdinal(String fieldName) +5
System.Data.SqlClient.SqlDataReader.GetOrdinal(String name) +7
System.Data.SqlClient.SqlDataReader.get_Item(String name) +1
I've been searching on the internet more than a week for a solution to this problem. All that I got was some desperate guys like me without an answer. My ASP.Net system works fine 99% of the time. However, eventually the system starts to fail with an IndexOutOfRangeException in any query that I run using the datareader object. The only way to stop this behavior is restarting the IIS Service. I know it´s not a scalabillity problem... just few users are operating the system on that moment. It could be a pooling problem?
I'll aprecciate any clue
Alisso
[IndexOutOfRangeException: field_name
System.Data.Common.FieldNameLookup.GetOrdinal(String fieldName) +5
System.Data.SqlClient.SqlDataReader.GetOrdinal(String name) +7
System.Data.SqlClient.SqlDataReader.get_Item(String name) +1