Dear all,
The TabFeatureLayer I try to use commits correctly points and I can see them once I open the tab file in any popular GIS. However when I try to commit LineShapes (in a different tab) it fails to CommitTransaction with an InvalidOperationException after a few additions/iterations. The specific message I get is "The shape you provided does not pass our simple validation.The shape you provided does not pass our simple validation."
I was hoping that my line shape had an issue but it is just a simple line with 3 vertices. Moreover, if say that exception occurs at the 36th iteration and I force this particular lineshape to be the first feature to be inserted into my tab file, it works fine till it fails for another lineshape. That means, I think, that there is nothing wrong with my lineshape rather with the status of the tabfeaturelayer. Finally once a lineshape fails, then all of the rest will fail with same exception even if I do a RollbackTransaction. Any help will be much appreciated.
Kind Regards
Yiannis