Home › Forums › WinForms controls › Other WinForms controls › TabbedMdiManager generates License exception?
-
AuthorPosts
-
#18462 |
I’ve added the license key info to my Application Startup
Xceed.DockingWindows.Licenser.LicenseKey =
“DWN….”
But everytime I try to add the control to a Windows Form I get the license key exception error in the Designer?? VS 2008.
Imported from legacy forums. Posted by Rob (had 6715 views)
I assume the package has been installed on the machine. Are you using the latest version of our product? If yes, could you contact us through e-mail and send us your license key? That way, we will be able to test it (to be sure there is no problem with it).
Imported from legacy forums. Posted by CharlesB (had 920 views)
Thank you, Email has been sent.
Rob
Imported from legacy forums. Posted by Rob (had 1361 views)
I am having the exact same issue within a VS 2005 project. I am pretty sure I am using the latest version (2.1.8257.17090), this is the error I get:
Xceed.DockingWindows.Licenser.LicenseKey must be set to a valid trial or
registered license key in the code of your application before using this
product. Please refer to the Licensing topic in the documentation for specific
instructions on how to avoid this exception.
Hideat
Xceed.Utils.Exceptions.ThrowException.ThrowLicenseException(Type type, Object
instance, String message)
at
Xceed.Utils.Licensing.XceedLicense.ThrowNoKeyInCodeAndRegistry()
at
Xceed.Utils.Licensing.XceedLicense.Initialize(String licenseKey, Type
licenserType, Boolean allowThrow)
at
Xceed.DockingWindows.DockingWindowsLicense.CreateLicense(String licenseKey, Type
licenserType)
at Xceed.DockingWindows.Licenser.VerifyLicense()
at
Xceed.DockingWindows.Licenser.VerifyLicense(FeatureID featureId)
at
Xceed.DockingWindows.TabbedMdi.TabbedMdiManager..ctor()Imported from legacy forums. Posted by Christian (had 832 views)
Is this a new installation? Could you try to re-install our package, in case something went wrong during installation?
We don’t see any reason you should get this exception if the key you use is valid.
Imported from legacy forums. Posted by André (had 716 views)
Just re-installed, the form would display when the trial key was registered within the licencer application, however, as soon as I entered the key (which we received in an email last month) it errors.
I am going send an email regarding this, I am also going to install the latest version (12th June 2008 version) and see if this resolves it
Imported from legacy forums. Posted by Christian (had 870 views)
Send us the license key so we can verify it, along with the version of the dll you are using.
Imported from legacy forums. Posted by André (had 900 views)
I believe I have found the issue…I had some usercontrols in the application.These had some smartUI controls on them.
As soon as I removed the usercontrol from the application the error stopped showing
Imported from legacy forums. Posted by Christian (had 6904 views)
-
AuthorPosts
- You must be logged in to reply to this topic.