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