[]
When applications are built on a properly activated development or build machine, the Mescius license file generates automatically and embeds in your application.
In some scenarios, you may need to manually generate this file for an application, such as a user control or class library. And every application requires a unique runtime license file (.sa3licx).
To create a runtime license for an application, follow these steps by the command line.
Open the command prompt.
Type the following command. Use <target-name> to specify the names of target projects or applications, and use <output-path> to specify the path where the runtime license file (.sa3licx) will be generated.
sa3client lc -p SPP(19.0.0.0) -f winform -t <target-name> -o <output-path>