The information in this article applies to:
SYMPTOMS
A Visual Basic program runs properly on the development computer. The
executable file, along with the associated control (.OCX) and .DLL files,
are copied to another computer. Attempting to run the program on the other
computer results in the error 424 with the following message:
CAUSE
WORKAROUNDUse the Setup Wizard in Visual Basic to create an installation program that copies all the required files to the correct locations and makes the proper registry modifications. To install the program into another computer, use the installation program and the compressed files developed using Setup Wizard to properly install the program. STATUSThis behavior is by design. MORE INFORMATION
Visual Basic version 4.0 uses substantially more OLE components than
version 3.0. These components have dependency files and require system
registry modifications. Even if another setup program is used, Setup Wizard
should be run on your application to allow the Wizard to determine all the
necessary files needed by your program.
Additional query words: kbvbp400 kbDSupport kbdss setup Error 424
Keywords : kbsetup kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |