A .NET Framework error occurred during execution of user-defined routine or aggregate "geography": System.FormatException: 24201: Latitude values must be between -90 and 90 degrees. System.FormatException: at Microsoft.SqlServer.Types.SqlGeography.Point(Double latitude, Double longitude, Int32 srid) . Source: .Net SqlClient
Hi all, I've facing above issue while saving the polygon into the sql server database.
Can you please guide me to right solution.
Thanks in advance.