PRB: Visual Basic Program Does Not Run on Other ComputersLast reviewed: June 19, 1996Article ID: Q152609 |
The information in this article applies to:
SYMPTOMSA 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:
"You do not have an appropriate license to use functionality" 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 INFORMATIONVisual 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. To reduce the number of required program files, remove unneeded controls from the project in the Custom Controls dialog box by following the steps below:
|
Additional reference words: 4.00 vb4win vb4all setup Error 424
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |