Symptoms
When you use DataSet column mapping in ADO.NET, an InvalidOperationException exception is thrown if the MissingMappingAction property is set to Error, and if the column mapping that you specify is missing.
Resolution
To resolve this problem, ensure that the column mapping that you specify exists. Refer to the “More Information” section for code that checks whether the specified column mapping exists.