I have dataTable and I save it to file using DataTable.WriteXml
But when I try to load it using DataTable.ReadXml
I get an exception:
Invalid Operation exception DataTable does not support schema interface from Xml
Anyone know how to solve this problem?