I'm trying to create a new point feature in a Runtime geodatabase but when my code gets to this line:
var recNo = await featureTable.AddAsync(newFeature);
I get the error in the title of this discussion:
Ownership-based access control does not permit this operation on this feature. : The service does not have "create" capability.
Anyone else seen this and know how to resolve it? I'm running VS2013, Runtime 10.2.5.
Thanks!