"sanjay.nandgowli@xxxxxx"
<sanjay.nandgowli@xxxxxx@discussions.microsoft.com> wrote in message
news:F031D08E-71E5-4520-AF95-87B5CA9DA7F0@xxxxxx
Quote:
> Hi
> I have an 32 bit activex control which is not working on IE 64 bit -Vista
> x64 and working good on IE 32 bit -Visat x64 and this activex is developed
> in
> VB6 using another third pary 32 bit activex control and i am getting the
> following error in temparary internet files.
>
> *** Code Download Log entry (23 Jun 2009 @ 17:27:29) ***
> Code Download Error: (hr = 8007007e) The specified module could not be
> found.
>
> Operation failed. Detailed Information:
> CodeBase:
> CLSID: {27AB0257-66AC-4AB3-9001-48D637076139}
> Extension:
> Type:
>
> LOG: Reporting Code Download Completion: (hr:8007007e (FAILED), CLASSID:
> 27ab0257..., szCODE
(null)), MainType
null), MainExt
null))
> --- Detailed Error Log Follows ---
> LOG: Download OnStopBinding called (hrStatus = 800c0007 / hrResponseHdr =
> 8007007e).
> LOG: Redundant download attempted, but no more codebases available.
> LOG: URL Download Complete: hrStatus:800c0007, hrOSB:0,
> hrResponseHdr:8007007e,
> URL
http://activex.microsoft.com/objects/ocget.dll)
> LOG: Reporting Code Download Completion: (hr:8007007e (FAILED), CLASSID:
> 27ab0257..., szCODE
(null)), MainType
null), MainExt
null))
>
>
>
Try building your executable for "x86" rather than for "Any CPU". You
cannot mix 32 and 64 bit components.
--
Mike