Hi,
We have bought a copy of Map Suite Desktop Editor 8.0
I am trying to test your FDO_Sample project in VS2013, 64-bit
GdalRasterLayer rasterLayer = new GdalRasterLayer(@"…\SampleData\ArcInfo Binary Grid\w001001.adf");
GdalRasterLayer rasterLayer = new GdalRasterLayer(filename);
rasterLayer.Open();
When open(), I meet the following error:
Additional information: Could not find MapSuiteFdoExtension.dll assembly.
So, for 8.0, where can I find MapSuiteFdoExtension.dll?
here is my fdoextension dll path.
C:\Program Files (x86)\ThinkGeo\Map Suite 8.0\Shared Developer Reference\Map Suite Extensions\Extensions - Strong Named\Fdo Extension\FdoExtension.dll
Best regards
Ray