Question: How do you solve this Error, "
The issue is because the data you are trying to retreive from the database has null values hence you are calling .ToList() on it. This will throw an error.
Jim said:
The issue is because the data you are trying to retreive from the database has null values hence you are calling .ToList() on it. This will throw an error.