LicenseViolation Exception

Hi Team,

We are using ListandLabel dll version 15 for creating the document in our application. In one of our test server we are facing problem and getting an exception as below:

combit.ListLabel15.LL_LicenseViolation_Exception: Es wurde versucht, eine Funktion aufzurufen, die durch den Lizenzumfang nicht gedeckt ist.
at combit.ListLabel15.LLException.CheckReturn(Int32 returnValue)
at combit.ListLabel15.LlCore.LlPrintWithBoxStart(LlProject projectType, String projectFile, LlPrintMode printMode, LlBoxType boxType, IntPtr windowHandle, String title)
at combit.ListLabel15.ListLabel.SimplePrint(Object userData, LlProject projectType, String projectFile, Boolean showFileSelect, LlPrintMode printMode, LlBoxType boxType, IntPtr windowHandle, String dialogTitle, Boolean showPrintOptions, String tempPath)
at combit.ListLabel15.ListLabel.Print(Object userData, LlProject projectType, String projectFile, Boolean showFileSelect, LlPrintMode printMode, LlBoxType boxType, IntPtr windowHandle, String dialogTitle, Boolean showPrintOptions, String tempPath)
at combit.ListLabel15.ListLabel.Print(LlProject projectType, String projectFile, Boolean showFileSelect, LlPrintMode printMode, LlBoxType boxType, String dialogTitle, Boolean showPrintOptions, String tempPath)

Regards
Hassaan Afridi

Hi,

This typically happens if you don’t set the LicensingInfo property (or LL_OPTIONSTR_LICENSINGINFO). Another reason could be a missing web server license file (not required for the Enterprise Edition in LL23, not sure about LL15, though). I’d suggest to contact combit directly on this issue.

G.

LicensingInfo property is set, and regarding wsl file we are using combit.listandlabel.dll as a package in our .NET application. We dont have wsl file in other servers where it is working fine.

Regards
Hassaan