If an external password notification DLL cannot be loaded in Windows 8 or in Windows Server 2012, an event that resembles the following is logged in the System�log:
Event Source: System
Event ID: 16953
Event Message Text:
The password notification DLL File name failed to load with error Error code. Please verify that the notification DLL path defined in the registry, %2%3, refers to a correct and absolute path (<drive>:\<path>\<filename>.<ext>) and not a relative or invalid path. If the DLL path is correct, please validate that any supporting files are located in the same directory, and that the system account has read access to both the DLL path and any supporting files. Contact the provider of the notification DLL for additional support. Further details can be found on the web at http://go.microsoft.com/fwlink/?LinkId=245898.
The following table lists the possible error codes that may appear in the 16953 event, the causes of each error code, and how to resolve each error code:
Error code | Possible causes | Resolution |
---|
126 (ERROR_MOD_NOT_FOUND) | - The path of the notification DLL in the registry entry is a relative or invalid path.
- One or more of the dependencies is missing.
| - Verify that the path of the notification DLL is correct and absolute.
- Verify that all the dependencies are in the same directory as the notification DLL.
|
193 (ERROR_BAD_EXE_FORMAT) | The architecture of the notification DLL differs from that of the computer. | Verify that the architecture of the notification DLL and its dependencies is the same as the architecture of the computer. |