I have a LINQ to SQL class that I am reading into a List.
When reading in from the table, I get an error "String must be exactly 1 character long".
I have looked over the Table definition for this file, and the .dbml file for this table, and there is no field that is exactly 1 char long.
The table (a legacy table) has a lot of fields. How can I easily determine which field that is causing the problem?
Thank you.