DataSet column mapping throws an InvalidOperationException exception when the specified column is missing in a Visual C# application
Feb.08, 2010 in
exception
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.

Leave a Reply