MAPI.DLL, Error 2

  • Thread starter Thread starter GAry
  • Start date Start date
G

GAry

We are trying to run an OLD Access program on a NEW XP
computer. When we try to send data to OUTLOOK 2003 we get
this error message:

PSIMAPI: Cannot load DLL: MAPI.DLL, Error 2

Any ideas to correct this?
 
You need to go to your code ,and then check the references under tools . I
bet you you'll find that it is missing.

Quick fix is to register the .DLL

here is a hint:

The `SendTo' folder has many uses, but few know that it can be used for the
quick registration of .DLL's or .OCX files.
If you place a shortcut to `regsvr32.exe' in the `SendTo' folder, you can
right-click on any .DLL or .OCX -- then select 'Send To' and click on the
shortcut. The file will be automatically be registered. This should save a
lot of time.

or use the regsvr32.exe from
 
Back
Top