-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ArgumentException - Duplicate type name within an assembly #18
Comments
Thanks for reporting the issue. Can you provide your database structure or a small example to reproduce the issue? |
It seems the problem is in postgis extension. If you have postgis you can enable on a test database with: create extension postgis; |
No luck solving this? |
I have this problem too. Any workaround/fix? |
Me too |
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 |
I can confirm the pull request #33 fixes this issue. |
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
The text was updated successfully, but these errors were encountered: