I'm using a XmlDataDocument to interface a DataSet. When trying to change the
value of a node (I'm actually using InnerXML) I get an
InvalidOperationException saying "Please set DataSet.EnforceConstraints ==
false before trying to edit XmlDataDocument using XML operations.". Is it not
possible to make changes in the DataSet without setting EnforceConstrains to
false? If I set the EnforceConstraints to false, all values that are
constrained may be overrided. I only want to be able to set values that are
not constrained.