The Type spatial_geometry is not qualified with a namespace or alias.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
bourdrez
Posts: 1
Joined: Thu 28 Jan 2016 09:50

The Type spatial_geometry is not qualified with a namespace or alias.

Post by bourdrez » Thu 28 Jan 2016 09:56

Hi,

We are trying to set up a project but are running into some issues. We have a Postgres database. Some tables are filled with geometry columns.

When building the model in Visual Studio 2013 we get the following error on these geometry columns:

The Type spatial_geometry is not qualified with a namespace or alias. Only primitive types can be used without qualification.

This project works fine for other developers but not in this instance. We are using devart dotconnect for postgres 7.3.115.0. I am wondering if this is a known issue and if there is a fix for it.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: The Type spatial_geometry is not qualified with a namespace or alias.

Post by Shalex » Thu 28 Jan 2016 15:06

There were some spatial data type related fixes since 7.3.115: https://www.devart.com/dotconnect/postg ... story.html. Please upgrade to the newest (7.4.583) build of dotConnect for PostgreSQL. Does this help?

Post Reply