本人在本机用ArcGIS Server发布了一个MapService,在ArcGIS Server Manager里
面能正常显示服务(看得到缩略地图),可在一个新建的silverlight应用程序里就是显示
不了地图,已经复制clientaccesspolicy.xml文件至C:\inetpub\wwwroot目录下,XAML如
下:
<UserControl x:Class="SilverlightApplication.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:esri="http://schemas.esri.com/arcgis/client/2009">
<Grid x:Name="LayoutRoot">
<esri:Map x:Name="MyMap" >
<esri:ArcGISTiledMapServiceLayer ID="MyMapLayer"
Url="http://minxing/ArcGIS//services/binhai/MapServer"/>
</esri:Map>
</Grid>
</UserControl>
困扰N天不得其解,求高手解救!