User Tools

Site Tools


map_suite_desktop_for_winforms_installation_guide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
map_suite_desktop_for_winforms_installation_guide [2017/01/26 03:35]
marklee
map_suite_desktop_for_winforms_installation_guide [2017/03/06 01:56] (current)
marklee
Line 1: Line 1:
-====== Map Suite Desktop ​Edition ​Installation Guide ======+====== Map Suite Desktop ​for WinForms ​Installation Guide ======
  
-Welcome to Map Suite™ from ThinkGeo, a complete family of GIS software development kits that will help you build cutting-edge mapping and spatially aware applications. ​ Using Map Suite'​s intuitive APIs, programmers who write code in C# or VB.NET can create professional-grade Geographic Information Systems (GIS) software featuring interactive maps, spatial analysis, geoprocessing and location, and much more.  Even developers inexperienced with GIS can add fully-functional maps to their projects in just moments. +{{page>Map Suite Installation Guide windows}}
- +
-In this article, we will discuss how to install Map Suite on your computer and prepare your development environment for creating Map Suite-powered projects. +
- +
-===== System Requirements ===== +
-  * Microsoft Windows 7 or newer, or Microsoft Windows Server 2012 or newer +
-  * Visual Studio or Visual Studio Express, 2010 or newer +
-  * .NET Framework 4.0 or higher +
-  * 1.2 GHz Intel® Core™ processor or better recommended +
-  * 2 GB RAM or more recommended +
-  * C#, Visual Basic .NET, and other .NET-compatible languages are supported for development +
-  * For Map Suite MVC Edition: +
-    * ASP.NET MVC 3, ASP.NET MVC 4, ASP.NET MVC 5 +
-    * Traditional ASPX or Razor ViewEngine +
- +
-===== Environment Preparation ===== +
-=== Install .NET Framework 4.0 === +
-Map Suite requires the Microsoft .NET Framework 4.0 or newer. +
- +
-  * [[http://​www.microsoft.com/​en-us/​download/​details.aspx?​id=17851|Download the .NET 4.0 web installer free from Microsoft]] +
- +
-=== Install Visual Studio or Visual Studio Express === +
-To develop an application with any Map Suite control or component, you will need one of the following development environments:​ +
- +
-  * [[http://​www.visualstudio.com/​|Microsoft Visual Studio]] +
-  * [[http://​www.visualstudio.com/​en-US/​products/​visual-studio-express-vs|Visual Studio Express]] +
-    * Select [[http://​www.visualstudio.com/​downloads/​download-visual-studio-vs#​d-express-web|Visual Studio Express for Web]] if you want to develop web-based applications with [[Map Suite Web Edition]], [[Map Suite MVC Edition|MVC Edition]], [[Map Suite Silverlight Edition|Silverlight Edition]] or [[Map Suite WMS Server Edition|WMS Server Edition]] +
-    * Select [[http://​www.visualstudio.com/​downloads/​download-visual-studio-vs#​d-express-windows-desktop|Visual Studio Express for Windows Desktop]] if you want to develop desktop applications,​ console apps or services with [[Map Suite Wpf Desktop Edition|Map Suite WPF Desktop Edition]], [[Map Suite Desktop Edition|WinForms Desktop Edition]], [[Map Suite Services Edition|Services Edition]], [[Map Suite Geocoder]] or [[Map Suite Routing]] +
- +
-If you are using Visual Studio 2010, make sure to install [[http://​www.microsoft.com/​en-us/​download/​details.aspx?​id=23691|Visual Studio 2010 Service Pack 1]]. +
- +
-=== Install Visual Studio 2010 Tools === +
-If you are using Visual Studio 2010 or Express 2010, then you may need to install additional toolsets depending on the edition of Map Suite you intend to use.  Refer to the table below to see if your preferred Map Suite edition requires this.  If you are using Visual Studio 2012 or newer, you do not need to install any of these additional tools. +
- +
-^ Map Suite Product ^ Additional Tools Needed ^ +
-| Map Suite MVC Edition ​  | [[http://​www.microsoft.com/​en-us/​download/​details.aspx?​id=30683|ASP.NET MVC 4 for Visual Studio 2010 SP1]]   | +
-| Map Suite Silverlight Edition ​  | [[http://​www.microsoft.com/​en-us/​download/​details.aspx?​id=18149|Silverlight 4 Tools for Visual Studio 2010]], or  \\    [[http://​www.microsoft.com/​en-us/​download/​details.aspx?​id=28358|Silverlight 5 Tools for Visual Studio 2010 SP1]]   | +
- +
-===== Begin Your Development ===== +
-Launch the ThinkGeo Product Center application to explore the exciting world of Map Suite GIS.  Each Map Suite edition ships with code samples, kick-start templates, videos and more to help you start developing your first application quickly! +
- +
-Next, we recommend that you take a look at our [[ThinkGeo Product Center]] article to learn how to find your way around the Product Center application.+
  
 ===== Setup Mono runtime and MonoDevelop IDE ===== ===== Setup Mono runtime and MonoDevelop IDE =====
  
-<​HTML><​ol></​HTML>​ +{{page>map_suite_mono_environment_setup_guide_on_linux}}
-<​HTML><​li></​HTML><​HTML><​p></​HTML>​Prepare a clean Ubuntu environment with version 14.04 is recommended.<​HTML></​p></​HTML><​HTML></​li></​HTML>​ +
-<​HTML><​li></​HTML><​HTML><​p></​HTML>​Press //Ctrl// + //Alt// + //T// to open a terminal window.<​HTML></​p></​HTML><​HTML></​li></​HTML>​ +
-<​HTML><​li></​HTML><​HTML><​p></​HTML>​Add the Mono Project GPG signin key and the package repository to your system (if you don’t use sudo, be sure to switch to root). Please issue the following commands line by line:\\ +
-```perl\\ +
-sudo apt-key adv –keyserver hkp:​%%//​%%keyserver.ubuntu.com:​80 –recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF<​HTML></​p></​HTML>​ +
-<​HTML><​p></​HTML>​echo “deb http://​download.mono-project.com/​repo/​debian wheezy main” | sudo tee /​etc/​apt/​sources.list.d/​mono-xamarin.list<​HTML></​p></​HTML>​ +
-sudo apt-get update\\ +
-```<​HTML></​li></​HTML>​ +
-<​HTML><​li></​HTML>​To Install mod_mono, we will need to add a second repository to OS, issue the following commands in terminal.\\ +
-''​%%perl ​    echo "deb http://​download.mono-project.com/​repo/​debian wheezy-apache24-compat main" | sudo tee -a /​etc/​apt/​sources.list.d/​mono-xamarin.list%%''<​HTML></​li></​HTML>​ +
-<​HTML><​li></​HTML><​HTML><​p></​HTML>​Install the mono environment. Issue the following commands line by line, depending on network this step may take a few minutes.\\ +
-```perl\\ +
-sudo apt-get install mono-devel<​HTML></​p></​HTML>​ +
-<​code>​ +
-sudo apt-get install mono-complete +
- +
-sudo apt-get install referenceassemblies-pcl +
-``` +
-</​code>​ +
-**//​Notice//​**:​ Please enter **Y** when asked to continue. *<​HTML></​li></​HTML>​ +
-<​HTML><​li></​HTML>​Install the IDE, MonoDevelop is recommend to develop on Linux. Run the following command to install **Mono Develop** on your computer.\\ +
-''​%%perl ​    sudo apt-get install monodevelop%%''<​HTML></​li></​HTML>​ +
-<​HTML><​li></​HTML>​Then,​ install the specific version of MonoDevelop that gives you a working ASP.NET add-in:\\ +
-''​%%perl ​    sudo apt-get install monodevelop=5.10.0.871-0xamarin2%%''<​HTML></​li></​HTML>​ +
-<​HTML><​li></​HTML>​To host the ASP.Net debug sample, install **XSP4**.\\ +
-''​%%perl ​    sudo apt-get install mono-xsp4%%''<​HTML></​li></​HTML>​ +
-<​HTML><​li></​HTML><​HTML><​p></​HTML>​Run ''​%%monodevelop%%''​ command in terminal to open MonoDevelop,​ or you can click on left top corner of task bar to search **MonoDevelop** and run it. You can open Visual Studio solution file via **MonoDevelop**.<​HTML></​p></​HTML><​HTML></​li></​HTML><​HTML></​ol></​HTML>+
  
map_suite_desktop_for_winforms_installation_guide.1485401727.txt.gz · Last modified: 2017/01/26 03:35 by marklee