PDA

View Full Version : ActiveX control won't install (All)



baumanja
03-12-2006, 09:47 AM
I need help interpreting the information I'm given on a failed ActiveX Control download from a web page.

I created an ActiveX Control using VB6ee. It runs flawlessly from within VB (i.e., hit F5, a browser window opens, and the control performs as I want it to.) When I put this contol on a "real" web page the download/install fails (tried loading web page from multiiple computers.) I successfully placed a simpler "test" OCX in the same location and it downloaded and installed on multiple computers without a problem. This one won't.

I had no trouble uncovering assistance in accessing the download error file, but can find no assistance interpreting it. The file contents are below. Any help?

*** Code Download Log entry (12 Mar 2006 @ 09:33:01) ***
Code Download Error: (hr = 80040154) Class not registered

Operation failed. Detailed Information:
CodeBase: http://home.wavecable.com/~jeffbauman/JbWebPagesChina/YoOcx-20060224b.CAB
CLSID: {D0885009-B1A7-11DA-A5C2-005004D36305}
Extension:
Type:

LOG: Item YoOcx-20060224b.ocx being processed.
--- Detailed Error Log Follows ---
LOG: Download OnStopBinding called (hrStatus = 0 / hrResponseHdr = 0).
LOG: Item YoOcx-20060224b.ocx being processed.
LOG: Item COMCTL32.OCX being processed.
LOG: Item MSSTKPRP.DLL being processed.
LOG: Item msvbvm60.dll being processed.
LOG: Item OLEAUT32.DLL being processed.
LOG: Item OLEPRO32.DLL being processed.
LOG: Item ASYCFILT.DLL being processed.
LOG: Item STDOLE2.TLB being processed.
LOG: Item COMCAT.DLL being processed.
LOG: URL Download Complete: hrStatus:0, hrOSB:0, hrResponseHdr:0, URL:(http://home.wavecable.com/~jeffbauman/JbWebPagesChina/YoOcx-20060224b.CAB)
LOG: Setup Hook AddToRegHook was executed successfully.
LOG: Setup successful installing: YoOcx-20060224b.INF to (null) destination code(0)
LOG: Reporting Code Download Completion: (hr:80040154, CLASSID: d0885009..., szCODE:(http://home.wavecable.com/~jeffbauman/JbWebPagesChina/YoOcx-20060224b.CAB), MainType:(null), MainExt:(null))



JB