Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.