Muneswar Rao,
Sorry for the inconvenience. I have something to confirm with you:
- What is the version do you use now? 3.0.304 or 3.0.382?
- Do you mean purchased valid license version as Full version?
- Could you send us some screenshot?
- Does our sample works right? if the sample still has the problem please do the following steps to help me to confirm the reason of the problem.
4.1, Go to "Samples/GettingStarted/DisplayASimpleMap.xaml.cs" in our installed samples; commend out the following code and run to see if it works right.
ServerLayerOverlay overlay = new ServerLayerOverlay("NativeServer", "SilverlightMapConnector1");
Map1.Overlays.Add(overlay);
4.2, The same file; reverse the change and commend out following code and run to see if it works right.
LayerOverlay shapefileOverlay = new LayerOverlay();
shapefileOverlay.Layers.Add(new Helper().GetShapeFileLayer("states"));
Map1.Overlays.Add("LayerFeatureOverlay", shapefileOverlay);
Looking forward your feedback. Please let me know if you have any questions.
Thanks,
Howard