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? -

sql - text truncated using perl DBI insert -

php - Pass object by reference or value -