c# - Exception thrown with DataTable ReadXml -


i have datatable , save file using datatable.writexml

but when try load using datatable.readxml exception:

invalid operation exception datatable not support schema interface xml

anyone know how solve problem?

try using dataset.readxml.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -