Microsoft KB Archive/271451

From BetaArchive Wiki
Knowledge Base


How To Force Creation of an Internet Code Download Log

Article ID: 271451

Article Last Modified on 5/11/2006



APPLIES TO

  • Microsoft Internet Explorer 4.01 Service Pack 2
  • Microsoft Internet Explorer 5.0
  • Microsoft Internet Explorer 5.01
  • Microsoft Internet Explorer (Programming) 5.01 SP1
  • Microsoft Internet Explorer 5.5



This article was previously published under Q271451

IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows Registry


SUMMARY

If Internet Code Download fails to download a component, such as an ActiveX control, an error log is silently generated in the Temporary Internet Files folder. By default, this log is not generated if the download is successful.

When such a log is necessary for troubleshooting purposes, this log can be generated even for successful code downloads through the use of a special registry key.

MORE INFORMATION

WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.


To force Internet Code Download to generate a log for every download instance, add the following registry entry:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ForceCodeDownloadLog


(Add "ForceCodeDownloadLog" as a string value to the Internet Settings key.)

With this setting turned on, when the download is successful you will get a log that indicates an error result of "0". For example:

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

NOTE: No logs will be generated for controls that are already installed on the local computer. An Internet Code Download Log is only generated when a control is not already installed and must go through the internet download process.


REFERENCES

For additional information, click the article number below to view the article in the Microsoft Knowledge Base:

252937 How To Find Information About Why Code Download Failed


For more information about developing Web-based solutions for Microsoft Internet Explorer, visit the following Microsoft Web sites:


Additional query words: codedownload

Keywords: kbcode kbdownload kbhowto KB271451