Local Map or layer

557
1
09-24-2012 11:42 AM
Labels (1)
AlvaroMontero
New Contributor
Hello,

I'm trying trial-30-days ArcGis 2.4 WPF  with .Net 4. I'm doing a demostration programe.
I want to add a local layer over a map. I used this xmal code:

<esri:Map x:Name="MyMap" >
    <esri:ArcGISLocalDynamicMapServiceLayer ID="Local Data" Path="C:\Data\World.mpk" />
</esri:Map>

But, it doesn't work. I can't use ArcGISLocalDynamicMapServiceLayer only I can use ArcGISTiledMapServiceLayer.
Does anyone help me?
I try to find a ESRI.Arcgis.client.local for 4.NET and arcgis 2.4... Can I use this with a trial version?
0 Kudos
1 Reply
AnttiKajanus1
Occasional Contributor III
Hi,

To use local layers you need to use ArcGIS Runtime SDK for WPF (1.0 at the moment) over ArcGIS API for WPF.

Install instruction can be found from http://resources.arcgis.com/en/help/quick-start-guides/10.1/index.html#/ArcGIS_Runtime_SDK_10_1_Quic...

Note the step:
3. Click on the product's download link on Esri's Customer Care Portal. Recommended: Use the Esri Download Manager to manage your downloads.

So basicly you need to download SDK from Esri's Customer Care Portal. I think that the current location for it is
https://customers.esri.com/. If you (or your company) doesn't have subscription in it, contact your local distributor to get access to the SDK.

...i think 😄
0 Kudos