ThinkGeo.com    |     Documentation    |     Premium Support

fdoSamples



i know this is probably rudimentary; however, in your FdoSamples C# application, i get this error… what do i need to do?



Error    1    The type ‘ThinkGeo.MapSuite.Core.FeatureSource’ is defined in an assembly that is not referenced. You must add a reference to assembly ‘MapSuiteCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0828af5241fb4207’.    C:\Users\Paul\Desktop\ExtendingMapSuite_FDOSamples\FDO Samples\FdoSamples\TabFeatureSource.cs    8    18    FdoSamples


Hi Dan,



Looks like you are referring some dlls in map suite 3.0. would you please remove the dlls and then navigate to the latest map suite dlls package rather than the 3.0? 

You can check the dlls version by right-click on the dlls and then click the details tab to see its version.



Thanks,

Troy




Troy,



is this an extension that I have to buy? I have a license for MapSuite 8.0 Desktop addition.



Troy,



its compiling, when running and it tries to open the GdalRaster, this exception occurs…



Could not find MapSuiteFdoExtension.dll assembly.



I have referenced MapSuiteCore.dll and FdoExtension.dll in my project.

Hi Dan, 
  
 From 8.0, we haven’t put the Fdo related dlls in install package, please view our wiki (wiki.thinkgeo.com/wiki/Map_Suite_Services_Edition_Dependencies_Guide) and download the dll package (download.thinkgeo.com/MapSuiteFdoExtension2013-01-24.zip). 
  
 Then copy the folder in zip package like this:  
  
 To use MapSuiteFdoExtension win32 version on 32bit system, please copy folder “MapSuiteFdoExtensionx86” to system32 folder. 
 To use MapSuiteFdoExtension win32 version on 64bit system, please copy folder “MapSuiteFdoExtensionx86” to systemWOW64 folder. 
 To use MapSUiteFdoExtension win64 version on 64bit system, please copy folder “MapSuiteFdoExtensionx64” to system32 folder. 
  
 Wish that works for you. 
  
 Regards, 
  
 Don