![]() |
![]() |
|
When following our instructions on how to embed a license in an exe
.NET Framework or .NET 8+
You end up with an exe that SHOULD run on any system without additional licensing. However it is best to verify this.
Copy the exe to a machine where you have no Atalasoft SDK licenses installed or active and run it
First, follow the license embedding instructions depending on whether you're .NET Framework or .NET 5/6
.NET Framework: HOWTO: License an EXE for Deployment (.NET Framework)
.NET 5 / 6: HOWTO: License a .NET 6 Application (embedding license in an exe)
Open Windows Explorer and navigate to
c:\users\YOUR_USERNAME\AppData\Local\Atalasoft DotImage 11.5\
(11.5, 11.4 etc...)
Make a sub-folder named "HIDE" or "BACKUP" etc.
MOVE (not copy) all your Atalasoft.*.lic
files into that folder
Run the solution - DO NOT REBUILD it - Go to the solution bin directory and run the exe directly
If it runs correctly you're licensed.. if it does not then it did not embed licensing correctly
Make sure you replace your license file back after testing
2025-06-13 - TD