Hi All,
After upgrading to Engine 10.1 sp1, i keep getting the following error:
I have installed Engine 10.1 sp1, and Engine 64-bit geoprocessing.
The main issue that this has caused me is that i can no longer open raster dataset.
The above code no longer works with .adf file as the file path. (It use to work, and still does if i uninstall sp1).
It throws me this exception:
This is driving me nuts, am I missing something here or is there something wrong with sp1 and 64-bit geoprocessing tools?
Thanks and Regards,
Kevin
After upgrading to Engine 10.1 sp1, i keep getting the following error:
Code:
The procedure entry point
?Base64Decode@CSMUtilString@Util@CSM@SensorModel@ESRI@@S
A_NQBDPAPADAAI@Z could not be located in the dynamic link library
C:\PROGRAM FILES (X86)\ARCGIS\ENGINE10.1\BIN\GdalRasterDB.dll.The main issue that this has caused me is that i can no longer open raster dataset.
Code:
IGPUtilities2 gpUtils = new GPUtilitiesClass();
IDataset workspace = null;
try
{
workspace = gpUtils.OpenDatasetFromLocation(filepath);
}
catch (Exception)
{
}It throws me this exception:
Code:
AccessViolationException was unhandled:
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.Thanks and Regards,
Kevin