tags:

views:

102

answers:

0

I have a link to an digitally signed ocx file in my web page. When I browse to that page I get a prompt to install the active x control. I click on install but the ocx never gets registered on that machine. I got to this log file through the Code Download Error log viewer.

Code Download Error: (hr = e06d7363) Unknown Error!!

Operation failed. Detailed Information: CodeBase: htttp://......../Control.ocx

 CLSID: {0AE44521-9F61-4364-9C14-CE5C29B0A3F1}
 Extension: 
 Type:

LOG: File C:\WINDOWS\Downloaded Program Files\Control.ocx being registered.

--- Detailed Error Log Follows ---

LOG: Download OnStopBinding called (hrStatus = 0 / hrResponseHdr = 0).

LOG: URL Download Complete: hrStatus:0, hrOSB:0, hrResponseHdr:0, URL:(http://.............../Control.ocx)

LOG: File C:\WINDOWS\Downloaded Program Files\Control.ocx being registered.

ERR: Setup Failed Error Code: (hr) = e06d7363, installing: Control.ocx to (null) destination code(0)

LOG: Reporting Code Download Completion: (hr:e06d7363 (FAILED), CLASSID: ae44521..., szCODE:(htttp://........./Control.ocx), MainType:(null), MainExt:(null))

I am able to register this ocx through regsvr32 cmd but just not through the web page

Can someone help me figure out the issue here?

Thanks
BC

related questions