This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
map_suite_project_template_guide [2017/04/24 06:00] tgwikiupdate |
map_suite_project_template_guide [2017/04/26 20:16] (current) mwolffer |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Map Suite Project Template Guide ====== | ====== Map Suite Project Template Guide ====== | ||
| - | + | \\ | |
| - | This guide shows how to create a simple project based on ThinkGeo MapSuite online project template. | + | \\ |
| - | + | \\ | |
| - | + | \\ | |
| - | ==== Steps ==== | + | This guide shows how to quickly create a simple project using ThinkGeo's Map Suite online project templates. |
| - | + | \\ | |
| - | Open Visual Studio 2015 or 2017, create a new project: "File"->"New"->"Project", then select "Online" and search "MapSuite" | + | ===== Detailed Steps ===== |
| + | \\ | ||
| + | ==== Installing Project Template ==== | ||
| + | \\ | ||
| + | Open Visual Studio 2015 or 2017 and create a new project: "File"->"New"->"Project", select "Online" and search keyword "MapSuite". | ||
| {{:map_suite_project_template_guide_1.png|}} | {{:map_suite_project_template_guide_1.png|}} | ||
| - | + | \\ | |
| - | You should want to download the template and install it now, for example: "Map Suite Desktop for WinForms App Template" | + | \\ |
| + | Download and install a template, for example: "Map Suite Desktop for WinForms App Template". | ||
| {{:map_suite_project_template_guide_2.png|}} | {{:map_suite_project_template_guide_2.png|}} | ||
| - | + | \\ | |
| - | After template installed, it will automatic download necessary package from NuGet | + | \\ |
| + | ==== Create a Project with the Installed Template ==== | ||
| + | \\ | ||
| + | Once the template has been installed it will automatically download the necessary package(s) from NuGet. | ||
| {{:map_suite_project_template_guide_3.png|}} | {{:map_suite_project_template_guide_3.png|}} | ||
| + | \\ | ||
| + | \\ | ||
| + | ==== Build and Run the Default Application ==== | ||
| + | \\ | ||
| + | The first time you create a new project, the ThinkGeo Product Center will open. | ||
| - | If you are creating new project for one of our product the first time, our product center will popup and ask you to activate your license. | + | If you don't have a license, you will automatically start your free 60 day evaluation. |
| + | |||
| + | If you have a licensed version for the product, you will be asked to activate your license. | ||
| {{:map_suite_project_template_guide_4.png|}} | {{:map_suite_project_template_guide_4.png|}} | ||
| - | + | \\ | |
| - | Activate succeed and continue debugging. | + | \\ |
| + | Activation success, continue debugging. | ||
| {{:map_suite_project_template_guide_5.png|}} | {{:map_suite_project_template_guide_5.png|}} | ||
| - | + | \\ | |
| - | After these steps, you can easily create and run this template project. | + | \\ |
| + | After these steps, you can easily run the template project. | ||
| {{:map_suite_project_template_guide_6.png|}} | {{:map_suite_project_template_guide_6.png|}} | ||
| + | \\ | ||
| + | \\ | ||
| + | You can easily customize the template. | ||
| - | Then modify the code follow your requirement. | + | {{:map_suite_project_template_guide_7.png|}} |
| + | \\ | ||
| + | \\ | ||
| + | ==== Uninstalling the Project Template ==== | ||
| + | \\ | ||
| + | Find the installed template in "Extensions and Updates" under "Tools" menu, click "Uninstall" to remove the project template. | ||
| + | |||
| + | {{:map_suite_project_template_guide_8.png|}} | ||
| - | {{:map_suite_project_template_guide_7.png|}} | ||