I don't know if this should be an ArcGIS Server 10.1 question or a Silverlight API question, but I'll start here. I have a Silverlight application that uses an Identify Task to pull back and display data from a layer. The data that is displayed comes from a Display Expression on the layer which I set in the MXD on the Layer Properties, Display tab (e.g. "FirstName: " & [FNAME] & " Last Name: " & [LNAME]). When the service was published using ArcGIS Server 10, this display expression was returned, as desired. But we recently upgraded to ArcGIS Server 10.1 and now the Display Expression is no longer being returned. Instead, the identify task is only returning a single field from the layer.
Will the Identify Task in the Silverlight API no longer support Display Expressions when upgraded to ArgGIS Server 10.1, or is this a bug in ArcGIS Server 10.1 that may be fixed?
Thanks.