WinHTTP and Windows 7 x64: Error
Posted
by JackOfAllTrades
on Stack Overflow
See other posts from Stack Overflow
or by JackOfAllTrades
Published on 2009-12-15T17:38:34Z
Indexed on
2010/03/11
19:04 UTC
Read the original article
Hit count: 629
winhttp
|windows-7-x64
I have an application which uses WinHTTP, and it seems under Windows 7 (64-bit; have yet to test the 32-bit version) the call to WinHttpOpen fails, returning
"The group or resource is not in the correct state to perform the requested operation."
This corresponds to error code 5023, and occurs for the Administrator as well as a standard user. The C++ DLL containing this call was compiled using Visual Studio 2008 (32-bit) on a Windows XP Professional system.
Other than Outlook 2007, this is an otherwise clean install in a VM.
Thanks!
© Stack Overflow or respective owner