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.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.