Table of Contents

Map Suite Core Deployment Guide

Deploying Applications

Several Merge Modules are supplied to assist you in deploying all of our required dependencies. You can find then in the directory below.

From Build 6.0.35.0 in Development Branch, can also be download here: http://wiki.thinkgeo.com/wiki/File:MapSuiteSqlServerTypesMergeModule2012-07-11.zip

Note: The main assemblies of MapSuiteCore.DLL , NetTopologySuite.DLL GeoAPI.dll are not included in the Merge Modules, your project should automatically reference them and pull in these assemblies.

MicrosoftSqlServerSpatialX86.msm and MicrosoftSqlServerSpatialX64.msm are always required.

MapSuiteGeoTiffX64.msm and MapSuiteGeoTiffX86.msm are not required if the GeoTiffRasterSource's LibraryType is ManagedLibTiff(By Default).

MapSuiteProj4ProjectionX64.msm and MapSuiteProj4ProjectionX86.msm are not required if Proj4Projection's MemoryMode is ManagedProj4Projection(By Default).

Dependencies Overview

There are a number of dependencies that are required for different functionality. Below is a list of DLLs and their usage.

Core Libraries

Libraries Required for Satellite Imagery in 32 bit system. (Must be in the SYSTEMROOT)

Libraries Required for Satellite Imagery in 64 bit system. (Must be in the SYSTEMROOT)

Libraries for Postgre Support

Libraries for Zedgraph Support

Libraries for Projection Support. (Must be in the SYSTEMROOT)

Data Folder For Prj/Proj4 Conversion Support.(Must be in the SYSTEMROOT)

Libaries for Fdo Data Feature Support.(The whole folder must be copied to the SYSTEMROOT\)

Note

ShapeFileFeatureSource.ExecuteQuery function isn’t supported for 64 bit system, because the Microsoft.Jet.OLEDB 4.0 isn’t supported on a 64 bit system.

From 6.0.35.0 in Development Branch, Microsoft VC 10 Runtime is required. You can install it by using the merge modules listed above, or install Microsoft's package directly from http://www.microsoft.com/en-us/download/details.aspx?id=5555 (X86) and http://www.microsoft.com/en-us/download/details.aspx?id=14632 (X64).