csvReader.GetRecords<Employee>().ToList() is throwing error "The length cannot be greater than capacity. (Parameter 'valueCount')" #2169
Unanswered
somanathsutar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
csvReader.GetRecords().ToList() is throwing error "The length cannot be greater than capacity. (Parameter 'valueCount')".
I have different type than Employee and it works fine for 800+ records file. However for 1000+ records file I am getting this error while debugging code in Visual Studio.
Beta Was this translation helpful? Give feedback.
All reactions