Select to view content in your preferred language

Server 10 samples

993
3
10-05-2010 07:37 AM
DonFreeman
Emerging Contributor
Has ESRI provided new Silverlight samples for ArcServer 10.0? Some of the code from the old samples is producing errors that say the code is obsolete, et. al.

Thanks
0 Kudos
3 Replies
JenniferNery
Esri Regular Contributor
Are you referring to samples from: http://esriurl.com/slsdk2 ?

Which sample? Thanks.
0 Kudos
DonFreeman
Emerging Contributor
Are you referring to samples from: http://esriurl.com/slsdk2 ?

Which sample? Thanks.


Nope. I was looking at http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm .
Thanks for the pointer to the other site. I will look and see if there is different code. The problem I was seeing is a statement that this line:
 <esriConverters:DictionaryConverter x:Name="MyDictionaryConverter" />

is obsolete.
0 Kudos
JenniferNery
Esri Regular Contributor
Yes that is correct the DictionaryConverter has been marked obsolete since Silverlight 4 has support for binding into dictionaries i.e. {Binding [AttributeKey]}.
0 Kudos