32 bit activex on IE 64 bit- Window Vista x64.

S

sanjay.nandgowli

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))
 
F

Family Tree Mike

"(e-mail address removed)"
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.
 
C

CSharpner

This is a group about .NET programming. Though there are people here
that can probably answer your question, you'd be better served (and so
would the people in this group) if you posted your VB6 question to one
of they many non .NET groups on VB. One good one would probably be:

microsoft.public.vb.com
http://groups.google.com/group/microsoft.public.vb.com/topics?lnk

Hope that helps point you in the right direction.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top