Subject:MSXML 4.0 processor option in the Scenario Properties Author:Ivan Pedruzzi Date:04 Jan 2005 11:08 PM
Stylus Studio checks the following Msxml2.DOMDocument.4.0 progid to verify if MSXML 4.0 is installed on the system
For some reason the check is failing on your system.
if xmlDom.parseError.errorCode = 0 then
set currNode = xmlDom. selectSingleNode("/root/image/imageURL[../date='2004-03-29']")
wscript.echo("strPath=" & currNode.text)
end if
set xmlDom = Nothing
' ********************************************************
Subject:Re: MSXML 4.0 processor option in the Scenario Properties Author:(Deleted User) Date:05 Jan 2005 08:54 AM
Hi Yitzhak,
we have found a couple of possible causes for the behavior you are seeing:
- your account doesn't have read/write access rights to the registry branch
- the first subkey of InProcServer32 is ThreadingModel, instead of the
predefined entry
If your account has enough rights, and you feel comfortable editing the
registry, you can try to workaround the problem by:
1) exporting the registry key
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{88D969C0-F192-11D4-A65F-0040963251E5}\InProcServer32]
to a file
2) renaming the key
3) editing the saved file so that "ThreadingModel"="Both" comes after the
"@=hex(..." entry
4) importing the file back into the registry