How to use ArcGIS Runtime Standard ??

3877
1
03-23-2015 01:40 PM
DanielCarrión_Parimango
New Contributor

I have developed an app in visual net 2013 using components from ESRI (axMapControl) and now I need to implement it on other machines, I bought the license ArcGIS Runtime Standard, but do not know how to use it, someone can guide me how to do it, thanks.

Daniel

0 Kudos
1 Reply
FreddieGibson
Occasional Contributor III

Are you using ArcGIS Engine or ArcGIS for Runtime? Engine can consume ArcGIS for Desktop (Basic, Standard, Advanced), ArcGIS for Server (ArcServer), and ArcGIS Engine (Engine and EngineGeoDB). These license will need to be installed against your ArcGIS Administrator. Once you've sure it's installed you can either use a LicenseControl in the UI or the IAoInitialize class in the code to license the application.

For our ArcGIS for Runtime products we have a different license structure. Runtime utilizes its own Basic and Standard License. These will included something simular to an RUD # that you embed in the application or host in AGOL.

0 Kudos