Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Ribbon Tech Support » Licence does not deactivate copyright window... Collapse All
Subject Author Date
Mathias S. Egelhof Oct 21, 2010 - 1:11 AM

Hi!

I try to remove the copyright window after buying a licence of the ribbonbar. But it does not work.

I use the following code like written in the FAQ:

namespace XXXXXXXXCONTROL6
{
static class Program
{
/// <summary>
/// Der Haupteinstiegspunkt für die Anwendung.
/// </summary>
[STAThread]
private static void Main()
{
            Elegant.Ui.RibbonLicenser.LicenseKey = "XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX";

Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);

Application.Run(new MainWindow());
}
}
}

But the Copyright Window is still there...

Can anyone help me with this, please?

Thanks a lot...

Technical Support Oct 21, 2010 - 3:41 AM

Hi,

The code you provided looks OK. But the first question is whether you are applying a correct license key? I.e. your license key should match the version you are using. I.e. if your code is bound to v.3.7, you should use the license key for v.3.7. Please check this.