Interpreting Download code error log
Hi All,
How to interpet Download code error log?
I had deployed an activex control, which is being used in my our company's web site. This is working fine on some systems and
doing nothing on some.
When I had gone on search on the web I came to know that there will be a log generated for every download failure. I did see
that, but i shall admit I understood nothing.
Could anybody please help me out in interpreting the log. I'm giving the log below.
This log shows prcessing failure of for mscvrt.dll. Even if I doesn't include this dll for distribution some other dll is
being shown there. So, I want to know the root cause. It seems the problem is with version. If so how to overcome it?
Someone suggested to include only msvbvm60.dll in the cab file. Then what abt OLEAUT32.DLL, OLEPRO32.DLL,ASYCFILT.DLL,
STDOLE2.TLB, COMCAT.DLL and mscomctl.ocx(i'm using this in my activex)
Do they come with all windows operating systems by default.
please help.
*** Code Download Log entry (10 Nov 2004 @ 15:14:43) ***
Code Download Error: (hr = 800c0300) Unknown Error!!
Operation failed. Detailed Information:
CodeBase: http://.......DssUploadCtlNew.CAB
CLSID: {xxxxxxxxxxxxxxxxxxxx}
Extension:
Type:
LOG: Item DssUploadCtlNew.ocx being processed.
--- Detailed Error Log Follows ---
LOG: Download OnStopBinding called (hrStatus = 0 / hrResponseHdr = 0).
LOG: Item DssUploadCtlNew.ocx being processed.
LOG: Item wininet.dll being processed.
LOG: Item scrrun.dll being processed.
LOG: Item msvcrt.dll being processed.
ERR: INF Processing: Failed (800c0300) processing: msvcrt.dll
. Cannot get primary/default language!LOG: URL Download Complete: hrStatus:0, hrOSB:800c0300, hrResponseHdr:0,
URL:(http://...........DssUploadCtlNew.CAB)
LOG: Reporting Code Download Completion: (hr:800c0300 (FAILED), CLASSID: d8db2f5c...,
szCODE:(http://.........../DssUploadCtlNew.CAB), MainType:(null), MainExt:(null))
M.L.Srinivas