question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PostgisGeometry error after upgrading to 0.1.35 beta

See original GitHub issue

I 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:closed
  • Created 5 years ago
  • Comments:20 (11 by maintainers)

github_iconTop GitHub Comments

0reactions
sandeepc24commented, Jul 4, 2018

Thanks, that fixed the issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found