ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Developing an application or website / WEBDEV specific features / WEB server
  • Overview
  • How do I diagnostic the problem more precisely?
  • How to fix the problem?
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Version of the files in the virtual directory
Overview
The configuration diagnostics displays the following error: "Application: Version of files in virtual directory"..
This error indicates that the version of the files contained in the virtual directory of the site ("_WEB" directory) does not match the version of the application server.
In most cases, this error is caused by a compilation problem of the site.
In development, these versions must correspond exactly:
  • The site is compiled by WEBDEV: its files must therefore have the WEBDEV version.
  • During a GO, WEBDEV uses the test application server included in WEBDEV. The version of WEBDEV and the version of the test application server must be identical.
  • The version of WEBDEV, the version of the site files and the version of the test application server must be identical.
In deployment, the version of the application server must be equal to or greater than the version of the files found in the virtual directory ("_WEB" directory) of the application.
Note: The Application Server is compatible with earlier versions of WEBDEV (major and minor versions)..
How do I diagnostic the problem more precisely?
The details of the error is used to find out the version of the site files (version "read") and the version of the application server ("expected" version).
How to fix the problem?
To correct the problem, perform the following operations:
  • Close all the instances of WEBDEV except the one in which the site is edited.
  • Close all the instances the WEBDEV administrator.
  • Recompile the site: under "Project", in the "Project" group, pull down "Recompile and synchronize" and select "Recompile project".
  • Restart WEBDEV administrator: under "Tools", in the "Utilities" group, click on "WDFAdmin".
  • Check whether the diagnostic is correct.
If the diagnostic still fails on this error:
  • Close all the instances of WEBDEV.
  • Close all the instances the WEBDEV administrator.
  • Make sure that no instance is found in memory (with the task manager for example).
  • Start WEBDEV (in the requested version).
  • Open project.
  • Repair a project: in the "Project" pane, in the "Project" group, pull down "Recompile and synchronize" and select "Repair project".
Minimum version required
  • Version 15
Comments
Click [Add] to post a comment

Last update: 09/30/2024

Send a report | Local help