Select to view content in your preferred language

How to hide this license warning messagebox?

2892
2
12-13-2012 08:48 PM
Labels (1)
haowoo
by
Emerging Contributor
I built my first RunTime application to load mpk file, but when runing, the license warning message shown below always shown, how to hide it? Thanks!
[ATTACH=CONFIG]19930[/ATTACH]
0 Kudos
2 Replies
MichaelBranscomb
Esri Frequent Contributor
Hi,

You can't hide the warning message - it's there to remind you that your application is setting a license string using a dev/test license. Once you have obtained a deployment license and are passing the deployment license string in the ArcGISRuntime.SetLicense method the message box will no longer be displayed.

Cheers

Mike
0 Kudos
haowoo
by
Emerging Contributor
Hi,

You can't hide the warning message - it's there to remind you that your application is setting a license string using a dev/test license. Once you have obtained a deployment license and are passing the deployment license string in the ArcGISRuntime.SetLicense method the message box will no longer be displayed.

Cheers

Mike


I understand, thank you!
0 Kudos