c# - dot net core System.Xml.XMLNode not found -
what equavalent code in dot net core :
type[] typearray1 = new type[] { typeof(xmlnode), typeof(string) };
xmlnode not found in system.xml assembly.
i have solved problem. i've added system.xml.xmldocument nuget manager , works.
for more detail see this.
Comments
Post a Comment