This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
map_suite_developer_license_guide [2017/01/24 01:50] marklee |
map_suite_developer_license_guide [2017/02/20 03:23] (current) marklee [Get a Developer License from Map Suite Product Center] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ''====== MapSuite Developer License Guide ====== | + | ====== MapSuite Developer License Guide ====== |
- | To debug with Map Suite component, a developer license is required. It can be generated by “Map Suite Product Center” that is installed along with the ThinkGeo.MapSuite nuget package installation. We can either manually open the product center, or directly programming with the Map component. We will detect the developer license automatically when you start to debug your application. If it is verified that the developer license is missing, Map Suite Product Center will automatically pops up. | + | ===== What is Developer License ===== |
+ | Developer license is used for debugging application with Map Suite Components. One developer | ||
+ | license can be installed on one development machine. If we want to apply this license to another machine, it's recommended to deactivate then re-activate it on another machine. Without the developer license, the debug process cannot continue and an invalid license exception will be thrown. | ||
+ | |||
+ | ===== Get a Developer License from Map Suite Product Center ===== | ||
+ | |||
+ | Product Center is used for generating evaluation or full developer license. | ||
+ | |||
+ | We will detect the developer license automatically when you start to debug your application. If developer license on this machine is missing or invalid, Map Suite Product Center will pop up automatically. Or you can open the Product Center manually, the executable file is installed along with the ThinkGeo.MapSuite NuGet package. | ||
{{:mapsuite_product_center.png|}} | {{:mapsuite_product_center.png|}} | ||
Line 9: | Line 17: | ||
<div newline></div> | <div newline></div> | ||
- | For the first time you enter the product center, we will ask you to activate your developer license (Or ask to start evaluation if you are not ThinkGeo customer yet). It will spend few seconds to activate your license online, please be patient during this process. | + | For the first time you login the Product Center, if you have purchased one product, click “Activate” button to bind the license on this machine. While if you are evaluating this product, click “Start Evaluation” button to continue. It will take a few seconds to complete the activation. If the Product Center is popup during your debugging and the you have done the items above, please click “Continue Debugging” button to continue your debugging. See Figure 2. |
- | Once it activates complete, feel free to click “Continue Debugging” button to continue debugging. See Figure 2. | + | |
<div newline></div> | <div newline></div> | ||
Line 17: | Line 24: | ||
//Figure 2. Product activated and continue debugging.// | //Figure 2. Product activated and continue debugging.// | ||
- | '' | + | Now the license is ready setup on your development machine. |