Tagged Questions
1
vote
2answers
694 views
'invalid parameters' on ArcGIS rest API used from Silverlight
I have an Silverlight application from which I'm trying to create new features to ArcGIS server. Every time I get error
{\"error\":{\"code\":400,\"message\":\"Unable to complete ...
2
votes
1answer
153 views
How can i use MapServer service using arcgis api for silverlight?
Is it possible to use a service published from MapServer using ArcGis api for Silverlight ?
for exemple :
<esri:FeatureLayer ID="Schools Without Attendance Areas"
...
3
votes
1answer
191 views
ESRI Silverlight API - KmlLayer with a Schema?
I have a KML file I'd like to load with the KmlLayer in my Silverlight application. The problem is that the markup seems more complicated than the class wants to handle. I have a element at the top ...
