'Type 'ESRI.ArcGIS.Client.Tasks.FeatureSet+<GetEnumerator>d__19' cannot be serialized
Afternoon,
I have a ForEach<Graphic> activity the loops through a featureset. I'm attempted to disect the featureset into a singular featureset and then use the UpdateGraphicsLayer.
But I'm getting this Type 'ESRI.ArcGIS.Client.Tasks.FeatureSet+<GetEnumerator>d__19' cannot be serialized error.
Does anyone know how to overcome this error?
Walter
0
-
Do you have any client side activities inside that For Each? (Any activity from the Common Client or Common Viewer categories). If so, one option would be to remove those, if you don't need them.
Otherwise, use yourFeatureSet.Features.ToList() in the ForEach activity.0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar