Select to view content in your preferred language

ArcGISLocalTiledLayer not displaying

2832
1
05-21-2012 05:26 PM
Labels (1)
AdamGoodfellow
New Contributor
Hi All

I'm just starting to look at ArcGIS Runtime for WPF and have run into a problem. I have a very basic application that contains a map with a ArcGISLocalTiledLayer layer. I can see the map on the Design tab in Visual Studio but when I debug the map is not displayed. Also I thought it was a licensing issue but when I uncomment this comment
// Set the ArcGIS Runtime license by providing the license string.
//ArcGISRuntime.SetLicense("Place the License String in here");

I get an error 'The type or namespace 'SetLicense' does not exisit....

Can anyone help me please?
0 Kudos
1 Reply
BKuiper
Occasional Contributor III
Make sure you are using the latest ArcGIS Runtime SDK and examples. The updated the API for Runtime licensing.
0 Kudos