Select to view content in your preferred language

Create: An unexpected Failure occurred

838
1
Jump to solution
06-05-2012 07:17 AM
ShaningYu
Frequent Contributor
I created a tool for editing.  After the editing by
  m_pEditor.StopEditing(true);
the edited values of the feature are stored in the table correctly.  But, I also received annoying warning: Create: An unexpected Failure occurred.  How can I get rid of such a warning.  Thanks.
0 Kudos
1 Solution

Accepted Solutions
ShaningYu
Frequent Contributor
Problem solved - In stead of using pEditor.StopEditing(true), use pFeature.Store().

View solution in original post

0 Kudos
1 Reply
ShaningYu
Frequent Contributor
Problem solved - In stead of using pEditor.StopEditing(true), use pFeature.Store().
0 Kudos