But does 2.0 support VS 2008? I see the minimum install is VS 2010 and I m using WPF not silverlight.
We are using Expression Blend 3 .
Geometry Type: esriGeometryPolygon
FeatureSymbol="{StaticResource MyMarkerSymbol}"
My features are supposed to be horizontal but they are displaying vertically.
Also the labels(annotation) are not being displayed.
I noticed that the geometry of your feature layer was of type polygon :
and that you were using a marker symbol
You should use a fill symbol instead.
My features are supposed to be horizontal but they are displaying vertically.
Could you give more info about this issue?