0

I recently ran into the problem that i can't work with a table that has a Geography-column in the Visual Studio data designer. So is there any way to get this to work? Does MVC4 support it? Or do i need to run the latest VS beta?

Anton Gildebrand
  • 3,641
  • 12
  • 50
  • 86
  • 1
    possible duplicate of [Linq & unsupported data types (Geography)](http://stackoverflow.com/questions/1892381/linq-unsupported-data-types-geography) – BrokenGlass Mar 10 '12 at 17:14

1 Answers1

2

Entity Framework 5 will natively support geography types.

See the CTP announcement, and the EF5 beta 1 announcement.

You will also need VS11 beta and .NET 4.5.

Phil
  • 42,255
  • 9
  • 100
  • 100