HiI am having a message error when trying to insert a new record to a FeatureSource from ArcGIS Mobile 10.1Here is my code: FeatureSource ftrSource = GetFeatureSource("MyLayer", mobileCache); FeatureDataRow dataRowManobraPonto = ftrSource.GetDataTable().NewRow(); <-- here I got the exception (attached)Is there have any suggestion I must check ?Should I use the Insert Method that FeatureDataReader implements? If yes please how to get a FeatureDataRecord from my FeatureLayer?Ps: I am also attaching my Mobile Service (print screen) that was the source of my MobileCache and my Cache.Sincerely.
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.