fknx / linqpad-postgresql-driver

LINQPad PostgreSQL Driver
MIT License
43 stars 18 forks source link

ArgumentException - Duplicate type name within an assembly #18

Open rornor opened 8 years ago

rornor commented 8 years ago

After creating connection to database (Test connection - Success), when I select database in "Connection pane" I get error as title says.

I use PG 9.5 and latest LinqPad

fknx commented 8 years ago

Thanks for reporting the issue. Can you provide your database structure or a small example to reproduce the issue?

rornor commented 8 years ago

It seems the problem is in postgis extension. If you have postgis you can enable on a test database with:

create extension postgis;
georgiosd commented 7 years ago

No luck solving this?

perholje commented 7 years ago

I have this problem too. Any workaround/fix?

aarian93p commented 6 years ago

Me too

adamsolkar commented 5 years ago

It seems the problem is in postgis extension. If you have postgis you can enable on a test database with:

create extension postgis;

how did u actually solve this? I find it only works when i remove the existing postgis extension, but I need the extension in postgres

dlidstrom commented 3 years ago

I can confirm the pull request #33 fixes this issue.