Is there any document or note to clarify that if ArcGIS Engine support download map data(work for offline data) on Windows 8 Pro?
I am meeting a very curious issue. that is when installed ArcGIS Engine on Windows 8 Pro, we can download map data from server to
local by AO interface at first time. but it was failure a few days later, and always throw COM+ exception at below code.
IMapDocument mapDoc = new MapDocumentClass();
mapDoc.Open(fullMxdFileName, string.Empty); // fullMxdFileName is the relative position for the MXD file.
map = mapDoc.get_Map(0);// throw exception at this place
we used VS2010 and ArcGIS Engine 10.1&10.2.
Does anyone meeting this issue or give any suggestion?
Thanks
I am meeting a very curious issue. that is when installed ArcGIS Engine on Windows 8 Pro, we can download map data from server to
local by AO interface at first time. but it was failure a few days later, and always throw COM+ exception at below code.
IMapDocument mapDoc = new MapDocumentClass();
mapDoc.Open(fullMxdFileName, string.Empty); // fullMxdFileName is the relative position for the MXD file.
map = mapDoc.get_Map(0);// throw exception at this place
we used VS2010 and ArcGIS Engine 10.1&10.2.
Does anyone meeting this issue or give any suggestion?
Thanks