Esri / military-planner-application-csharp

The Military Planner Application is an Application Prototype Template for planning military operations.
Apache License 2.0
28 stars 19 forks source link

Using a license code to license this app #73

Open ghost opened 8 years ago

ghost commented 8 years ago

Hello,

I want to license this app using following code: Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.License.SetLicense( "runtimestandard,101,rux00000,none, XXXXXXX", "runtimespatial,101,rux00000,none, XXXXXXX",
"runtime3d,101,rux00000,none, XXXXXXX");

I've got the licenses from ESRI for each of the following: ArcGIS runtime standard, runtimespatial and runtime3d. I'm replacing rux00000 in the above code with licenses that I got from ESRI. But I'm getting invalid license error. Please let me know if I'm doing somrthing wrong, or I need to replace XXXXXXX part in above code with something else.

Thanks, Sam

jmccausland commented 8 years ago

Did your license string come with a generated key to put in place of XXXXXXX?