When I try to map numeric data type field of SQL Database with Edmx Entity's property as Int16 using Visual Studio 2010 and then I try to add or update record in database table that having numeric data type, its give error message:
The specified value is not an instance of type 'Edm.Decimal'
Parameter name: value.
But when I try to do same things using Visual Studio 2012 then Its works fine.
How can this problem be solved using Visual Studio 2010?