Dear All ,
what is problem of this XML file , it is the same problem in this post ..
please I need help to check XML configuration ..
<?xml version="1.0" ?>
<configuration>
<identifylayeroption>visible</identifylayeroption>
<identifytolerance>5</identifytolerance>
<defaultzoomscale>5000</defaultzoomscale>
<keepidentifyactive>true</keepidentifyactive>
<returngeometryforzoom>true</returngeometryforzoom>
<enablelineselect>true</enablelineselect>
<enableextentselect>true</enableextentselect>
<enablepolyselect>true</enablepolyselect>
<enablecircleselect>true</enablecircleselect>
<enableellipseselect>true</enableellipseselect>
<enablemouseovergraphicsinfo>false</enablemouseovergraphicsinfo>
<enablemouseoverrecordinfo>true</enablemouseoverrecordinfo>
<enablegraphicclickinfo>true</enablegraphicclickinfo>
<usemaptime>false</usemaptime>
<infoautoclosemilliseconds>2000</infoautoclosemilliseconds>
<autoactivatedtool>mappoint</autoactivatedtool>
<excludebasemaps>false</excludebasemaps>
<disablepopuplinks>false</disablepopuplinks>
<disablelayerdropdown>false</disablelayerdropdown>
<disablealllayerschoice>false</disablealllayerschoice>
<replacenullswithemptystring>true</replacenullswithemptystring>
<labels>
<zoom2message>Click to Zoom to Point</zoom2message>
<identifylabel>Identify</identifylabel>
<resultslabel>Results</resultslabel>
<descriptionlabel>Use the identify tool to identify features on the map:</descriptionlabel>
<pointlabel>Identify by Point</pointlabel>
<linelabel>Identify by Polyline</linelabel>
<rectlabel>Identify by Rectangle</rectlabel>
<polylabel>Identify by Polygon</polylabel>
<circlelabel>Identify by Circle</circlelabel>
<ellipselabel>Identify by Ellipse</ellipselabel>
<clearlabel>Clear</clearlabel>
<loadinglabel>Loading...</loadinglabel>
<removeresultmessage>Remove Result</removeresultmessage>
<idfrom>Identify From</idfrom>
<noresultsfoundlabel>No Results Found</noresultsfoundlabel>
<resultsfoundlabel>Results Found</resultsfoundlabel>
<alllayers>All Layers</alllayers>
<layersremaining>layers remaining:</layersremaining>
<copylabel>Copy results to clipboard</copylabel>
</labels>
<layers onlythese="true">
<layer>
<name>Roads</name>
<id>1</id>
<url>http://10.14.195.34:6080/arcgis/rest/services/General/General/MapServer</url>
<fields>
<field name="Name" alias="Name"/>
<field name="Shape.STLength()" alias="Perimeter" numberformat="1||."/>
</fields>
<links/>
<zoomscale>2000</zoomscale>
<forcescale>false</forcescale>
</layer>
<excludelayer name="Condos"/>
</layers>
<symbols>
<simplefillsymbol color="0x448ccb" alpha="0.4" style="solid">
<outline color="0x448ccb" alpha="0.8" width="2" style="solid"/>
</simplefillsymbol>
<simplemarkersymbol color="0x448ccb" alpha="0.8" style="circle" angle="0" size="12">
<outline color="0xffffff" alpha="0.8" width="1" style="solid"/>
</simplemarkersymbol>
<simplelinesymbol color="0x448ccb" alpha="0.8" width="2" style="solid"/>
<picturemarkersymbol url="assets/images/i_info.png" height="30" width="30" xoffset="0" yoffset="0" angle="0"/>
</symbols>
</configuration>
many thanks