What would cause a "Can not find the geometry column. " exception?
I get it when I try to open the MsSql2008FeatureLayer.
sql2008Layer.Open();
I verified that my SQL Server 2008 table does have a geometry column. I thought at first it was the spatial index but removing it doesn't help.
I'm using the 4.0 libraries.