ImageGear for .NET
Licensing Component Error Codes and Messages
Send Feedback
ImageGear for .NET User Guide > Installing, Licensing, and Distributing ImageGear > ImageGear Licensing > Licensing Error Codes > Licensing Component Error Codes and Messages

Glossary Item Box

The following are the Licensing Component error codes:

Error Constant

Error Description

LDK_SUCCESS

No error.

LDK_ERR_GENERAL

General error.

LDK_ERR_INET_CONN_BROKEN

No Internet connection.

LDK_ERR_REGISTRY_ACCESS

Can't write license key to the registry. This can happen if a user doesn't have administrative privileges.

LDK_ERR_LOCKOUT

Auto mode only, it should happen when we receive several requests from the same IP address within a short period of time with the wrong access keys.

LDK_ERR_HDW_INCOMPATIBLE

Manual mode only, it means that the utility had to verify the hardware ID and didn't match the one stored in the license.

LDK_ERR_HDW_ID_QUERY

Can't get the hardware ID of the client system. This should not happen unless something goes really wrong with the system.

LDK_ERR_HDW_ID_RELEASE

Auto mode only, this happens when someone is trying to change hardware ID within 45 days after a previous hardware ID has been associated with the license.

LDK_ERR_NO_LICENSE_KEY

No license key passed as a parameter.

LDK_ERR_INVALID_LICENSE_KEY

License key passed as a parameter is invalid.

LDK_ERR_NO_ACCESS_KEY

No access key passed as a parameter.

LDK_ERR_INVALID_ACCESS_KEY

Access key passed as a parameter is invalid.

LDK_ERR_INVALID_SOLUTION_NAME

Invalid solution name.

LDK_ERR_NO_CONFIG_FILE

Cannot find the configuration file.

LDK_ERR_INVALID_CONFIG_FILE

Invalid configuration file.

LDK_ERR_NOT_INITIALIZED

Licensing Component is not initialized.

LDK_ERR_NO_LICENSE_INFO

No license info passed as a parameter.

LDK_ERR_INVALID_LICENSE_INFO

License info is invalid.

LDK_ERR_INCOMPATIBLE_LICENSE

This license is not compatible with your deployment configuration.

LDK_ERR_OBTAINIG_LICENSE

Can't obtain license from the system.

 

The following are the default Licensing Component Wrapper error messages:

Error Constant

Error Description

MSG_LDK_SUCCESS

"The product has been successfully licensed!"

MSG_LDK_ERR_GENERAL

"An unknown error has occurred during licensing. Please contact your vendor."

MSG_LDK_ERR_INET_CONN_BROKEN

"No Internet connection is available. Please check your connection and retry."

MSG_LDK_ERR_REGISTRY_ACCESS

"Unable to write the License Key to the registry. Please verify that you have administrative privileges."

MSG_LDK_ERR_LOCKOUT

"Licensing has been locked out after multiple requests. Verify that you have a valid Access Key, then contact your vendor."

MSG_LDK_ERR_HDW_INCOMPATIBLE

"This license is not compatible with your system hardware, please contact your vendor."

MSG_LDK_ERR_HDW_ID_QUERY

"Unable to obtain the Hardware ID of your system. Please contact your vendor."

MSG_LDK_ERR_HDW_ID_RELEASE

"Your Hardware ID has changed. Please contact your vendor."

MSG_LDK_ERR_NO_ACCESS_KEY

"No Access Key was received. Please retry and enter an Access Key."

MSG_LDK_ERR_INVALID_ACCESS_KEY

"The Access Key entered appears invalid. Please retry, then contact your vendor."

MSG_LDK_ERR_NO_LICENSE_KEY

"No License Key was received during licensing. Please retry, then contact your vendor."

MSG_LDK_ERR_INVALID_LICENSE_KEY

"The License Key received appears invalid. Please retry, then contact your vendor."

MSG_LDK_ERR_INVALID_SOLUTION_NAME

"The Solution Name is invalid. Please contact your vendor."

MSG_LDK_ERR_NO_CONFIG_FILE

"Can't find configuration file. Please contact your vendor."

MSG_LDK_ERR_INVALID_CONFIG_FILE

"An invalid configuration file was received. Please contact your vendor."

MSG_LDK_ERR_NOT_INITIALIZED

"Licensing Component is not initialized. Please contact your vendor."

©2013. Accusoft Corporation. All Rights Reserved.