james_massa
11 years agoOccasional Contributor
msxml6.dll access is denied
The line:
var VersionXML = Sys["OleObject"]("Msxml2.DOMDocument.6.0");
will fail with an error that says:
msxml6.dll access is denied
How do I work around this? I am attempting to read data from an XML file written by our application during the test run.
var VersionXML = Sys["OleObject"]("Msxml2.DOMDocument.6.0");
will fail with an error that says:
msxml6.dll access is denied
How do I work around this? I am attempting to read data from an XML file written by our application during the test run.