Skip to main content

'Type 'ESRI.ArcGIS.Client.Tasks.FeatureSet+<GetEnumerator>d__19' cannot be serialized

Comments

1 comment

  • Berend Veldkamp
    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

Please sign in to leave a comment.