PRB: File Not Found Error When Running .EXE on Other ComputerLast reviewed: June 21, 1995Article ID: Q101580 |
The information in this article applies to:
- Professional and Standard Editions of Microsoft Visual Basic Programming System for Windows, version 3.0
SYMPTOMSWhen you try to use the IIf function in Visual Basic version 3.0 for Windows, you receive a "File Not Found" error when you try to run your executable program on a separate computer that does not contain the file MSAFINX.DLL.
CAUSEThe "File Not Found" error occurs because the IIf function is not included in VBRUN300.DLL file but is located in the MSAFINX.DLL file.
RESOLUTIONTo prevent the error, install the MSAFINX.DLL file on the customer's computer in the \WINDOWS\SYSTEM subdirectory.
MORE INFORMATIONBelow is a list of all the financial functions in the MSAFINX.DLL file:
DDB FV IPMT IRR MIRR NPER NPV PMT PPMT PV RATE SLN SYDBelow is a list of all the date functions in the MSAFINX.DLL file:
DATE DATE$ DATEADD DATECREATED DATEDIFF DATEPART DATESERIAL DATEVALUE DAVG DAYBelow is a list of the other functions in the MSAFINX.DLL:
IIF PARTITIONA "File Not Found" error occurs if you use any of the these functions in your program and then use the program on a computer that does not contain the MSAFINX.DLL file.
MORE INFORMATION
Steps to Reproduce BehaviorThe following steps cause the "File Not Found" error in Visual Basic version 3.00 for Windows.
|
Additional reference words: 3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |