If the error persists even though the service has started correctly, there are two possible scenarios depending on whether you are using WINDEV Suite in a TSE session, with several developers who can use WINDEV Suite on the same machine at the same time, or not.
Use in a TSE session
WINDEV Suite normally detects automatically when it is running in a TSE environment. If this is not the case, you need to force WINDEV Suite to switch to TSE mode.
To do this, create an AboConfig.ini file in the same directory as WinDev64A.exe and wx64.exe, i.e. in the WINDEV Suite Programs folder.
This file must contain:
[CONFIG]
ModeTSE=1; TSE Server mode force
Once this file has been created, if you are using version 2025 or earlier, you must add the command line parameter /ABOCONFIG (in uppercase) to launch WINDEV Suite.
You can create a shortcut that includes this parameter so that you don't have to enter it each time.
When WINDEV Suite launches, a toast will appear at the bottom of the screen with “TSE Mode = True” to confirm that this setting has been applied.
Important: all developers working on the same TSE server must apply this configuration.
If even one developer does not do so, the error will persist for everyone.
Finally, if a backup key has been installed in the TSE environment, it must be uninstalled.
Use on a dedicated workstation