Greetings,
I have been trying to get the editing example to work using the new ESRI SL 2.0 beta API, but I am having problems with the Feature Layer loading. I have ArcGIS Server Enterprise 10 pre-release on one machine and ArcSDE 9.3.1 with MS SQL server 2008 on another machine. I have created a Feature Service with point, line, and polygon feature classes defined in an mxd. The Silverlight display comes up and loads a background layer, but the feature layer fails to initialize. In visual studio, I set a breakpoint at the FeatureLayer_InitializationFailed method and it looks like one of the properties "isReadOnly" is set to "true". I am guessing that my problem might be permissions between the SOC on the ArcGIS server machine and the ArcSDE, but I am not sure. I have tried Granting edit permission to the SOC on the feature classes in SDE through ArcCatalog, but that seems to fail. Am I on the right track here, or am I not seeing the light?
Thanks in advance for any help!
Charlie