I am having a problem when trying to read an xml through invoke code, I have the following script
DocumentXML = New System.Xml.XmlDocument()
DocumentXML.Load(Path)
But it generates the following error
Invoke Code: No compiled code to run
error BC31051: Namespace or type ‘System.Xml.XPath’ has already been imported. At line -2
I don’t quite understand what I should do