Using IXMLHTTPRequest->send( ... ) on Vista
-
Has anyone come accross this issue on Vista? I have a program that uses: hr = IXMLHTTPRequest->send( ... ); which FAILS only on Vista. Any idea why? Works fine on XP with which we develop.
-
I don't know as the Vista PC is not a development PC. I will have to investigate that when I can. Just wondered if someone had already crossed this bridge. It's probably due to Vista's tighter security policy (not UAC), and probably have to use a different class instead of IXMLHTTPRequest. So if anyone knows the answer I would be interested to here from you.
-
I don't know as the Vista PC is not a development PC. I will have to investigate that when I can. Just wondered if someone had already crossed this bridge. It's probably due to Vista's tighter security policy (not UAC), and probably have to use a different class instead of IXMLHTTPRequest. So if anyone knows the answer I would be interested to here from you.
You could output the value of the
hr
usingOutputDebugString()
and then use DebugView from sys internals to see the value on the vista machine.
Jonathan Wilkes Darka[Xanya.net]