SYMPTOMS
When you submit an HTTP POST request
through the
IMoniker::BindToStorage
function,
you may receive the 0x800c0008 (-2146697208) error value for the POST request.
You receive this error value through one of the parameters of the
IBindStatusCallback::OnStopBinding function that you have implemented on the client program.
This problem may occur when all the following conditions are true:
- You use the IMoniker::BindToStorage function to bind to the URL.
- You use the IStream interface to provide the HTTP POST data.
- You have a problem with the server certificate.
- A new HTTP connection is used instead of the existing HTTP
connection.
RESOLUTION
Hotfix information
A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next Microsoft Windows XP service pack that contains this hotfix.
To resolve this problem immediately, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:
Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.
Prerequisites
You must have Windows XP Service Pack 1 (SP1) or Windows XP
Service Pack 2 (SP2) installed on the computer.
Restart requirement
You do not have to restart the computer after you apply this
hotfix.
Hotfix replacement information
This hotfix does not replace any other hotfixes.
File information
The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the
Time Zone tab in the Date and Time tool in Control Panel.Internet Explorer 6 with Windows XP SP1
|
Urlmon.dll | 6.0.2800.1532 | 462,336 | 26-Jan-2006 | 09:25 | x86 |
Internet Explorer 6 with Windows XP SP2
|
Urlmon.dll | 6.0.2900.2771 | 610,816 | 07-Oct-2005 | 17:15 | x86 |
After you apply the hotfix, you can enable or
disable the hotfix by adding a registry entry to the registry. To add the
registry entry, follow these steps:
- Click Start, click Run,
type regedit, and then click OK.
- Locate and then click the following registry subkey:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main
- On the Edit menu, point to
New, and then click Key.
- Type FeatureControl, and then press
ENTER.
- Right-click FeatureControl, point to
New, and then click Key.
- Type
FEATURE_SHOW_CERT_WARNINGS_ON_POST_FROM_ISTREAM_KB906379, and
then press ENTER.
- Right-click
FEATURE_SHOW_CERT_WARNINGS_ON_POST_FROM_ISTREAM_KB906379,
point to New, and then click DWORD
Value.
- Type iexplore.exe or *,
and then press ENTER.
Note In this step, * represents all executable files. - Double-click iexplore.exe, type
1 in the Value data box, and then click
OK to enable the hotfix.
Note To disable the hotfix, type 0 in the
Value data box. - On the File menu, click
Exit to quit Registry Editor.