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

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -