Hi,
In my solution I'm fetching data from a MS/SQL 2008 database.
This works perfectly when I use tables, but it errs when I try to fetch data from a view.
(I'm only setting the Name, ConnectionString, TableName, and FeatureIdColumn properties on the MsSql2008FeatureLayer)
I've experimentally tried to do a Select-Into, and switch the TableName property to the table (as the only change), and this works perfectly.
The somewhat cryptic error message shown in the top-left corner of the map when attempting to use the view, leads me to suspect that it concerns the view's join clause(s).
Is Map Suite incapable of using a view on SQL Server as its FeatureSource ?