I have a .NET MVC web application referencing System.Data.Spatial so I can use the DbGeography datatype on a property for some geolocation stuff. I
System.Data.Spatial
DbGeography
I had the same issue in godaddy VPS with windows server 2012 r2
I Resolved it by Updating my EF5 to EF6
in package manager console run to EF5 to EF lalest
Install-Package EntityFramework