In Visual Studio 2010/.NET Framework 4.0, System.Xml.XmlDataDocument is marked as obsolete. Any thoughts on how to replace it with the least amount of work?
In Visual Studio 2010/.NET Framework 4.0, System.Xml.XmlDataDocument is marked as obsolete. Any thoughts on
Share
I got this from another website:
pass Nothing for the XmlResolver and Evidence parameters
xformer.Load(xsDoc, Nothing, Nothing)