Hello,
I am trying to convert a NON-SFV Flex app from 1.3 to 2.0 using FlashB4 and SDK4.
I finally got everything to compile and the application will start, but the "queryTask" line of code goes straight to onFault (worked fine before conversion). There is a valid value in txtAddress.text at time query is submitted:
query.where = "[ADDRESS] ='" + txtAddress.text + "'";
queryTask.execute(query, new AsyncResponder(onResult, onFault));
Fault Alert error:
[RPC Fault faultString="Error #2032" faultCode="null" faultDetail="null"]
Any ideas? I am importing com.esri.ags.FeatureSet.
Thanks,
Carmen