I get a problem when using Silverlight 4. A FeatureLayer has a Maptip.
<TextBlock Text="{Binding [table_RTu.Type_name]}" FontWeight="Bold" Margin="60,0,0,0"/>
A Error show: Type Name Binding "[table_RTu.Type_name]" cannot have a '.'
How can I fix it?
Thanks.