hello,
I have an EditTask that works over a FeatureService (an mxd with a data source from a SQL Server Express direct connect).
when I repeatedly call an ApplyEdits the EditTask stops working: it doesn't fail, but in the completed event, even if the Success result is true, the AddResult property has zero items, telling that no new item were added.
Not only: in the first few times the FeatureService responds very quickly and fine, then it starts to respond slowly and no modification works via EditTask until I restart it.
Any ideas? some lock on the data that prevents further edits?
Thanks in advance.