6.11.2

13 Oct 2025


Resolved "Internal Server Error" when starting solutions on Linx Server

Previously, when clicking on a running solution that contained a service within a TestProject, Linx Server would fail to open the solution and log an "HTTP Error. Status: 500" (Internal Server Error) to the browser console. Since TestProjects are intended for development use only and should never run in production environments, Linx Server now automatically ignores any services found in TestProjects during solution deployment.

This enhancement ensures that solutions with TestProject services can be started successfully while maintaining the separation between development and production code.

Last updated