Hello again,
I have tested this on both the full version of the 5.5 release (5.5.0.0) and Daily Production build (5.5.0.31). The errors occur when multiple features are deleted from a shapefile followed by a CommitTransaction as follows:
moShapefile.Open()
moShapefile.EditTools.BeginTransaction()
For Each oFeature As Feature In oSelectionLayer.InternalFeatures
moShapefile.EditTools.Delete(oFeature.Id)
Next oFeature
Dim oTransResult As TransactionResult = moShapefile.EditTools.CommitTransaction()
moShapefile.Close()
I have attached a sample project for your convenience. Is this a bug or am I doing something wrong?
Thanks!
Steve