Advertisement
Guest User

Untitled

a guest
Apr 12th, 2012
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. .NET 4.5 Beta DbGeography NotImplementedException
  2. var x = DbGeography.PointFromText(string.Format("POINT({0} {1})", -45, 45), 4326);
  3.  
  4. System.NotImplementedException: The method or operation is not implemented.
  5. at System.Data.Spatial.DefaultSpatialServices.GeographyPointFromText(String geographyText, Int32 spatialReferenceSystemId)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement