PRB: CoGetClassObjectFromUrl Fails with "Generic Trust Failure"Last reviewed: January 19, 1998Article ID: Q179420 |
The information in this article applies to:
SYMPTOMSWhen attempting to download code using the CoGetClassObjectFromUrl API, the client's IBindStatusCallback::OnStopBinding method is called with the hrStatus parameter set to "Generic Trust Failure" (0x800B010B).
CAUSEThe code to be downloaded is not signed.
RESOLUTIONSign the code that you are attempting to download using Microsoft's Authenticode Technology.
STATUSThis behavior is by design.
MORE INFORMATIONIf Internet Explorer (IE) is installed on the client machine, to force the unsigned code to be downloaded, set the security level to low. Note that this is recommended for testing purposes only.
REFERENCES"Signing Code with Microsoft Authenticode Technology" in the "Component Development\ActiveX Controls" section of the Internet Client SDK (http://www.microsoft.com/msdn/sdk/inetsdk/help)
|
Additional query words: CoGetClassObjectFromUrl
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |