Method failed.HRESULT = 0x80041599 : This is a FACILITY_ITF error that is specific to the interface that returned this error. See the documentation of the interface that returned this error for information about this HRESULT.
I have some code written to allow a user to update a particular field value (ID #) of an object in a service. Works great EXCEPT when the user selects either a geometry that was added as Circle in ArcMap, or a Polyline that has been symbolized using Proportional Symbols (which I need as it shows Pipelines in a rather nice fashion based on pipe diameter). I can select and "Identify" the geometries and retrieve the current field value, however, it will not Save a change. The error logged on the server while attempting to save/update a field value on a circle geometry is:
Anyone with any ideas? I have a number of "Circle" geometries in the service representing a number of objects (pipe access hatches, circle lids on vaults, etc.) and don't want to have to recreate these objects.
thx