How to get licence string for ArcGIS Runtime SDK for WPF

3119
2
Jump to solution
01-27-2016 06:39 AM
Labels (1)
AnatoliiTerentiev
Occasional Contributor III

Dear Gurus!

I download and install ArcGIS Runtime SDK for WPF. I try to work with ArcGISWpfApplication1 template. When I try next xaml:

        <esri:Map x:Name="MyMap" UseAcceleratedDisplay="True" Extent="3200000,8500000,4250000,10130000"  >
            <esri:OpenStreetMapLayer ID="OSMLayer" Style="Mapnik" />
        </esri:Map>

all works fine. But when I try uncomment any other segment of code , I get error message

(This application works with a developer license. This license is valid only for development and test purposes). What I must to do ? How to get licence string and what else to do?

Thanks in advance!

0 Kudos
1 Solution

Accepted Solutions
MichaelBranscomb
Esri Frequent Contributor

Hi,

The ArcGIS Runtime SDK for WPF is an older SDK - you should download and install the newer ArcGIS Runtime SDK for .NET (still includes a WPF-based API): ArcGIS Runtime SDK for .Net | ArcGIS for Developers

For licensing please see License your app—ArcGIS Runtime SDK for .NET | ArcGIS for Developers

Cheers

Mike

View solution in original post

2 Replies
MichaelBranscomb
Esri Frequent Contributor

Hi,

The ArcGIS Runtime SDK for WPF is an older SDK - you should download and install the newer ArcGIS Runtime SDK for .NET (still includes a WPF-based API): ArcGIS Runtime SDK for .Net | ArcGIS for Developers

For licensing please see License your app—ArcGIS Runtime SDK for .NET | ArcGIS for Developers

Cheers

Mike

AnatoliiTerentiev
Occasional Contributor III

Thanks!

0 Kudos