The information in this article applies to:
SUMMARYWhen you attempt to open a form in the Microsoft Exchange client that has been extended in 16-bit Visual Basic 4.0 to access an external Microsoft Access database, you receive the following error: NOTE: This error does not occur on the computer used to design the form. This problem is resolved if you install the Microsoft Exchange Server Forms Designer or Visual Basic on that client computer. This is because the DLLs required for accessing the Microsoft Access database need to be copied and registered to work correctly. Merely specifying the copied DLL in the form's .cfg file does not register the DLL correctly. The process of installing the Microsoft Exchange Server Forms Designer or Visual Basic does this during the Setup process. MORE INFORMATIONThe Dao2516.dll file cannot be copied over to the computer and be registered correctly. To correctly register it, you must do the following:
REGSVR DAO2516.DLLThis command registers the DLL correctly; after doing this the form will not give the runtime error. Vaen21.olbYou must decide when and how to run Regsvr.exe to register the DLL. Running Regsvr.exe is the only way to register the DLL short of installing an application that runs the Setup Wizard, and in turn registers Dao2516.dll. Additional query words: WIN16 WIN95 WINNT XEXT
Keywords : kbusage XCLN |
Last Reviewed: April 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |