Message 1 of 3
c# : adding data to shp/sdo file, throws error
Not applicable
09-20-2012
09:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I can add a single feature to the sdo/shp file. But when I add annother feature(eg a point ) shows the error:
Failed to create layer source feature cache.
Failed to create feature definition in GWS cache.
Item fsd___SHP_1$Default$point_clip$L is already in this named collection.
This happens with both C# and vb.net.
How can I add multiple features and commit the same.
Thanks.