![]() |
![]() |
|
When license issues arise that don't fall under normal solutions, we may ask you to generate a log file from your project. This is a feature built into the Atalasoft.Shared
library.
Please note: this article applies to DotImage 6.0c and newer versions.
HKLM\Software\Atalasoft
key will be used. For x64 computers troubleshooting x86 applications the HKLM\Software\Wow6432Node\Atalasoft
key will be used. We recommend adding logging to both unless you are certain which scenario you will encounter.[New->String Value]
(will create a REG_SZ)Logfile
c:\atalasoft-log.txt
. If you are adding values to both the Software\Atalasoft and Software\Wow6432Node\Atalasoft locations that the names are unique. Something like c:\AtalaLog\atalasoft-x86.txt
and c:\AtalaLog\atalasoft-x64.txt
will suffice. (if you do not create the empty text file, the first time you run it will create it but it will be blank.. if it creates a blank file run it again)When everything is working properly, be sure that the registry value is removed.
NOTE: C:\Windows\Temp
is a protected directory and is generally NOT recommended for a location for your log file. The Web process needs to have full permissions to be able to write to the file location.
2025-06-13 - TD