Message "Conversion failed when converting the nvarchar value '\"United States\"' to data type int."
I use entity framework for data access to a SQL DB.
It is set as a string in my table and it is set as a string in my entity.
This is happening in a CSV parsing programme, when trying to call the save changes method of the DbSet.
Any ideas why this is happening and how to fix this problem?