Skip to main content

Why do I get "The given key was not present in the dictionary" when referencing an Attribute for an Address Candidate that is clearly there?

Comments

1 comment

  • Sean McClurkan
    The result of the geocode activity is an IEnumerable List of address candidates, not a list of candidates.  By assigning the geocode result to an actual ESRI.ArcGIS.Client.Tasks.AddressCandidate I'm able to reference the properties and attributes as epxected.
    0

Please sign in to leave a comment.