ID: Q193711
The information in this article applies to:
When you launch Outlook you may get an error message if an extension to the client is unable to load. The error message looks similar to the following:
The add-in "c:\winnt\system32\myfile.dll" could not be installed or
loaded. Unable to load "c:\winnt\system32\myfile.dll". You may be
out of memory, out of system resources, or missing a .dll file.
The extension may be dependant on a .dll file that is either missing, not in the expected location, or not in the system path.
Here are four methods you can use to determine which DLLs are required:
DUMPBIN /imports myfile.dll /out:myout.txt
This generates a file that lists the DLLs that Myfile.dll is dependent upon.
-or-
-or-
Technology : kbEDK kbMsg
Version : WINDOWS:5.0,5.5,97
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: October 6, 1998