The tag 'MeasureAction' does not exist in XML namespace http://schemas.esri.com/arcgis/client/2009'.I'm using Visual Studio 2010..any one get this working?
Found out that the attribute TargetName I specified in <MeasureAction> was not correct!
Yes, I already tried xmlns:esri="http://schemas.esri.com/arcgis/client/2009" first, it didn't resolve the problem. I have to use x:uid. I think it should not affect the esri map. It is more a common thing in wpf anyway.I had looked at the sample before I did all of this. Actually, I'm learning what arcgis offers.
Are you using v2.0 or higher? If so, you can reference esri assemblies this way: xmlns:esri="http://schemas.esri.com/arcgis/client/2009" Have you looked at the SDK sample for MeasureAction? http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#UtilityActionsI'm not sure why you use x:Uid instead of x:Name but the error message does not seem related to that. Maybe try updating your xaml namespace definition (as above) first.
xmlns:esri="http://schemas.esri.com/arcgis/client/2009"
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.