How to Use Microsoft Windows NT 4.0 Debug Files in Microsoft Windows 2000
ID: Q239553
|
This article discusses a Beta release of a Microsoft product. The
information in this article is provided as-is and is subject to change
without notice.
No formal product support is available from Microsoft for this Beta
product. For information about obtaining support for a Beta release,
please see the documentation included with the Beta product files, or
check the Web location from which you downloaded the release.
The information in this article applies to:
-
Microsoft Windows NT Server version 4.0
-
Microsoft Windows NT Workstation version 4.0
-
Microsoft Windows NT Server version 4.0, Terminal Server Edition
-
Microsoft Windows 2000 Server
-
Microsoft Windows 2000 Professional
-
Microsoft Windows 2000 Datacenter Server
-
Microsoft Windows 2000 Advanced Server
IMPORTANT: This article contains information about editing the registry.
Before you edit the registry, make sure you understand how to restore it if
a problem occurs. For information about how to do this, view the "Restoring
the Registry" Help topic in Regedit.exe or the "Restoring a Registry Key" Help
topic in Regedt32.exe.
SUMMARY
There is a compatibility issue between the Imagehlp.dll file in Windows 2000 and the debug tools in earlier versions of Windows NT. This article describes how to use the Windows NT 4.0 debug files in Windows 2000.
MORE INFORMATIONWARNING: Using Registry Editor incorrectly can cause serious problems that
may require you to reinstall your operating system. Microsoft cannot
guarantee that problems resulting from the incorrect use of Registry Editor
can be solved. Use Registry Editor at your own risk.
For information about how to edit the registry, view the "Changing Keys and
Values" Help topic in Registry Editor (Regedit.exe) or the "Add and Delete
Information in the Registry" and "Edit Registry Data" Help topics in
Regedt32.exe. Note that you should back up the registry before you edit it.
If you are running Windows NT, you should also update your Emergency
Repair Disk (ERD).
To use the Windows NT 4.0 kernel-mode debug tools (I386kd.exe and Alphakd.exe) in Windows 2000, you must remove the Imagehlp.dll file from the list of known dynamic link library (DLL) files in the registry. This forces the debug tools to use their own version-specific copy of the Imagehlp.dll file, which resolves the compatibility issues.
To use the Windows NT 4.0 debug files in Windows 2000, use the following steps:
- Start Registry Editor (Regedt32.exe).
- Locate the Imagehlp value under the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\KnownDLLs
- On the Edit menu, click Delete, and then click Yes.
- Locate the ExcludeFromKnownDlls value under the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
- On the Edit menu, click Multi String, type imagehlp.dll, and then click OK.
- Quit Registry Editor, and then restart the computer.
Additional query words:
Keywords :
Version : WINDOWS:2000; winnt:4.0
Platform : WINDOWS winnt
Issue type : kbinfo
|