Quest.Licensing.LicenseException: Unable to validate license key. Reason: The value entered into the License Key text field may have been entered incorrectly. Please check the value for the License Key.
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
Quest.Licensing.LicenseException: Unable to validate license key. Reason: The value entered into the License Key text field may have been entered incorrectly. Please check the value for the License Key.
at Quest.Licensing.QuestKeyFactory.[1](String )
at Quest.Licensing.QuestKeyFactory.RetrieveLicenses(Int32 productId, StorageLocation location)
at Quest.LiteSpeed.LicenseInfo.LicenseEntry.cmdOK_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5472 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
LicenseInfoUI
Assembly Version: 7.5.1.6
Win32 Version: 7.5.1.6
CodeBase: file:///C:/LiteSpeed/7.5.1/LicenseInfoUI.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Quest.LiteSpeed.Common
Assembly Version: 7.5.1.6
Win32 Version: 7.5.1.6
CodeBase: file:///C:/LiteSpeed/7.5.1/Quest.LiteSpeed.Common.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Quest.Tech
Assembly Version: 3.1.1.0
Win32 Version: 3.4.1.378
CodeBase: file:///C:/LiteSpeed/7.5.1/Quest.Tech.DLL
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
{9e63e73e-7158-4786-9c09-ec92ca6d4b5d}
Assembly Version: 0.0.0.0
Win32 Version: 3.4.1.378
CodeBase: file:///C:/LiteSpeed/7.5.1/Quest.Tech.dll
----------------------------------------
5ka9gu7g
Assembly Version: 3.1.1.0
Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Quest.LiteSpeed.UI
Assembly Version: 7.5.1.6
Win32 Version: 7.5.1.6
CodeBase: file:///C:/LiteSpeed/7.5.1/Quest.LiteSpeed.UI.DLL
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.