You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a port from JScript asp to Node.js, and in order to be fully compatible with existing code, i need to use MSXML in order to parse XML. I wrote this piece of code :
node.selectSingleNode displays OLE error: [selectSingleNode] Called with NULL IDispatch. AutoWrap() failed
Last both raise exception : [TypeError: node_win32ole::V8Variant::OLEInvoke failed]
I'm not used at all to node.js (this POC is my first NodeJS experiment), but this works in an IIS environnement on the same machine, so i think the problem is with node/win32ole
Can anyone help please ?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi
I'm working on a port from JScript asp to Node.js, and in order to be fully compatible with existing code, i need to use MSXML in order to parse XML. I wrote this piece of code :
But :
OLE error: [getNamedItem] -2147352570 [getNamedItem] IDispatch::GetIDsOfNames AutoWrap() failed
OLE error: [selectSingleNode] Called with NULL IDispatch. AutoWrap() failed
Last both raise exception :
[TypeError: node_win32ole::V8Variant::OLEInvoke failed]
I'm not used at all to node.js (this POC is my first NodeJS experiment), but this works in an IIS environnement on the same machine, so i think the problem is with node/win32ole
Can anyone help please ?
Thanks in advance
The text was updated successfully, but these errors were encountered: