M100010: Accessing AppDir in a callout

The project variable AppDir cannot be accessed unless it is referenced in the installing package. To optimise the performance of ManageSoft on managed devices, the value of the AppDir project variable is not calculated unless it is needed by the package. This means that callouts cannot access the AppDir value.

To ensure that AppDir is calculated during package installation to enable it to be be referenced in a callout, define a project variable in the package and assign to it the value $(AppDir). (The $ symbol and parentheses indicate that this is a project variable to be expanded at package installation.) You do not have to use the project variable you create. Simply by referencing AppDir, ManageSoft will calculate the AppDir value during package installation.

Comments

Powered by Zendesk