Microsoft KB Archive/268908

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:23, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Article ID: 268908

Article Last Modified on 8/27/2002



APPLIES TO

  • Microsoft Visual FoxPro 6.0 Professional Edition



This article was previously published under Q268908

SYMPTOMS

Running the main program for an application created by the Application Wizard produces the following error:

Variable 'APP_CLASSNAME' is not found.

RESOLUTION

Compile the application into either an executable (.exe) file or an application (.app) file, and then run it.

STATUS

This behavior is by design.

MORE INFORMATION

Steps to Reproduce Behavior

  1. On the File menu, select New, select Project, and then click Wizard to create a new Visual FoxPro project called test.
  2. Click OK to close the Application Builder.
  3. On the Project Manager, select and run the test_app.prg. Note that you receive the preceding error message.

To eliminate the error, perform the following steps:

  1. Open the test project.
  2. Compile the application by typing the following in the Command window: BUILD APP test FROM test


  1. Run the test.app application.


REFERENCES

(c) Microsoft Corporation 2000, All Rights Reserved. Contributions by Kenneth Robison, Microsoft Corporation.


Keywords: kbcodesnippet kbprb kbwizard KB268908