Hello,This is the first time I'm working with 2.3.x version of the viewer and am having trouble getting the popups configured correctly. I have included my configuration markup below. After adding in the popup to my layer I get the following error when the page loads:Application Errorhttp response status: 200Fault code: Client.CouldNotDecodeFault info: Error #1085Fault details: nullMain Config File
<layer label="NMBCC Web Map Data" type="dynamic" visible="true"
url="http://gis-web.heritage.unm.edu/ArcGIS/rest/services/DataMgmt/nmbccWebMap/MapServer">
<sublayer id="1" popupconfig="popups/PopUp_nmbccWebMap_GeographicNames.xml"/>
</layer>
Pop up config file
<?xml version="1.0" ?>
<configuration>
<title>{Feature_Name}title>
<fields>
<field name="Class"/>
<field name="County"/>
</fields>
</configuration>
Thanks for any assistance figuring this out.