.noversion (Disable Version Checking)
The .noversion command disables all version checking of extension DLLs.
.noversion
Environment
Item | Description |
---|---|
Modes | User mode, kernel mode |
Targets | Live, crash dump |
Platforms | All |
Remarks
The build number of extension DLLs should match the build number of the computer that you are debugging, because the DLLs are compiled and linked with dependencies on specific versions of data structures. If the versions do not match, you typically receive the following message.
*** Extension DLL(1367 Free) does not match target system(1552 Free)