Microsoft KB Archive/899750

From BetaArchive Wiki

Article ID: 899750

Article Last Modified on 10/11/2007



APPLIES TO

  • Microsoft Windows Server 2003, Web Edition
  • Microsoft Windows Server 2003, Standard Edition (32-bit x86)
  • Microsoft Windows Server 2003, Enterprise Edition
  • Microsoft Windows Server 2003, Standard x64 Edition
  • Microsoft Windows Server 2003, Enterprise x64 Edition
  • Microsoft Windows Server 2003, Enterprise Edition for Itanium-based Systems




SYMPTOMS

When you call the LoadLibrary() or LoadLibraryEx() functions to map a specified executable module into the address space of the calling process on a Windows Server 2003-based computer, you may receive the following error message:

ERROR_NOACCESS

RESOLUTION

Service pack information

To resolve this problem, obtain the latest service pack for Windows Server 2003. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

889100 How to obtain the latest service pack for Windows Server 2003


Hotfix information

Prerequisites

To apply this hotfix, you must have Windows Server 2003 Service Pack 1 (SP1) installed on your computer.

Restart requirement

You must restart your computer after you apply this hotfix.

Hotfix replacement information

This hotfix does not replace any other hotfixes.

File information

The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.
Microsoft Windows Server 2003, x86-based versions with Service Pack 1

File name File version File size Date Time Platform
Ntdll.dll 5.2.3790.2450 766,464 23-May-2005 16:03 x86


Microsoft Windows Server 2003, Itanium-based versions with Service Pack 1

File name File version File size Date Time Platform SP requirement Service branch
Ntdll.dll 5.2.3790.2450 1,638,400 23-May-2005 01:25 IA-64 SP1 SP1QFE
Wntdll.dll 5.2.3790.2450 762,880 23-May-2005 01:25 x86 SP1 WOW


Microsoft Windows Server 2003, x64-based versions

File name File version File size Date Time Platform SP requirement Service branch
Ntdll.dll 5.2.3790.2450 1,257,472 23-May-2005 01:25 x64 SP1 SP1QFE
Wntdll.dll 5.2.3790.2450 762,880 23-May-2005 01:25 x86 SP1 WOW


STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section. This problem was first corrected in Windows Server 2003 Service Pack 2.

MORE INFORMATION

The Windows NT STATUS_ACCESS_VIOLATION status code is mapped to the Win32 ERROR_NOACCESS error code. Therefore, if the operating system loader encounters an access violation such as exception C0000005 when the specified .dll file image is mapped or when startup code runs, the loader sets the last error code to 998 (ERROR_NOACCESS). When this behavior occurs, the LoadLibrary() function fails and returns a value of NULL.

For more information, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates



Additional query words: 32-bit process

Keywords: kberrmsg kbbug kbfix kbqfe kbhotfixserver kbwinserv2003sp2fix KB899750