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.
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