Hello,
I have a problem connecting to an MSSQL view with SqlServerFeatureLayer
. We are using ThinkGeo Version 14.2.1 and Microsoft.SqlServer.Types 16 because of .NET Core.
When I try to open/connect, an error occurs: “There is already an open DataReader associated with this Command which must be closed first.”
Changing the table name from a view to a existing table, there is no error anymore. There is no difference between views with a geometry column or without. I also tried to set a non-existing view name like ‘schubidu’ and the same error occurs. It seems like the SqlServerFeatureLayer
can’t find the views.
Regards, Torsten