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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -