Hi to all
I have a problem with Query Functionality interface, it does return "Index was outside the bounds of the array" error.
IQueryFunctionality queryFunctionality = (IQueryFunctionality)gisResource.CreateFunctionality(typeof(ESRI.ArcGIS.ADF.Web.DataSources.IQueryFunctionality), "identify_");
DataTable[] resultTables = queryFunctionality.Identify(mapFunctionality.Name, adfPoint, IdentifyTolerance, IdentifyOption.VisibleLayers, null);
I use Arcgis Server 10.
Regards
Hi, it`s Web ADF
The ArcGISSOC account needs to have, at least, read access to the mxd and underlying data used in the map document.