I cant seem to figure this out. The error I get is
"The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is >incorrect. Parameter 13 ("@10"): The supplied value is not a valid instance of data type >float. Check the source data for invalid values. An example of an invalid value is data of >numeric type with scale greater than precision."
I've checked every value for NaN. The database was created with code first. However, when I try to add some values using the dbcontext i get the error.
It might be related to the fact that the double values I'm trying to insert are generated by parsing strings with double.parse().
Any suggestions are appreciated! Thanks