PostgisGeometry error after upgrading to 0.1.35 beta
See original GitHub issueI am getting following error after upgrading to 0.1.35 beta. I am on dotnet 2.1.4.
error FS3021: Unexpected exception from provided type 'FSharp.Data.Npgsql.NpgsqlConnection,Connection="DATABASE_URL_PG",Config="C:\\.../appsettings.json"+Commands+CreateCommand,CommandText"select * from addresses where id AddressId",ResultType"2"+Table' member 'GetMethods': The type provider 'FSharp.Data.Npgsql.NpgsqlProviders' reported an error: The design-time type 'Npgsql.LegacyPostgis.PostgisGeometry' utilized by a type provider was not found in the target reference assembly set...
Issue Analytics
- State:
- Created 5 years ago
- Comments:20 (11 by maintainers)
Top Results From Across the Web
PostGIS; won't update geometry when importing CSV file ...
When I try to import CSV files in the database using psql, I get an error when trying to execute the following: UPDATE...
Read more >Error when using UPDATE to populate a geometry column
ERROR : column "current_geom" is of type geometry but expression is of type boolean. UPDATE this_table t1 SET "current_geom" = ST_Intersects(t2.
Read more >postgis/NEWS at master
... ST_AsFlatGeoBuf crashes on tables when geometry column is not the first column (Björn Harrtell) - #5017, topology.ValidateTopology error relation ...
Read more >Planet PostGIS
This release is a beta of a major release, it includes bug fixes since PostGIS 3.3.4 and new features. by Regina Obe at...
Read more >PostGIS geometry data type no longer recognised
I am currently running postgresql 9.6.1 with postGIS 2.3 on windows 7 after upgrading several weeks ago from 9.4. After the upgrade my...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Try https://www.nuget.org/packages/FSharp.Data.Npgsql/0.1.38-beta
Thanks, that fixed the issue.