Profile Picture

Added Licensing code with Desktop Key and I still get water mark... What do I do?

Posted By Clinton Chapman 12 Years Ago

Added Licensing code with Desktop Key and I still get water mark......

Author
Message
Clinton Chapman
Posted 12 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)

Group: Forum Members
Last Active: 12 Years Ago
Posts: 1, Visits: 1
Added this code with the Desktop Key in place of the xxxxx below:

NLicense license = new NLicense("xxxxx");
NLicenseManager.Instance.SetLicense(license);
NLicenseManager.Instance.LockLicense = true;

I have tried putting this in the main Program.cs and in the user control which uses Nevron.

I un-installed everything and downloaded the latest version of Nevron .NET Vision 2012.1 for VS2010 which did not help either.

- Clinton

Nevron Support
Posted 12 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 3,039, Visits: 3,746

Hi Clinton,

We have reviewed your account and it looks like you have not yet provided us with the development machine IDs (as well as production server machine IDs). Currently you have only the Desktop license – the Desktop license is required only for redistributing your compiled WinForm desktop applications. You don’t have to include the Desktop license in the License Key Manager but configure it through code.

First, make sure that you have the latest version build of the Nevron Vision for .NET.

You should then do the following:
- Run the License Key Manager on your development machine
- Send the machine ID that is reported or send a screenshot of the manager to: sales@nevron.com

We will then issue your developer license for the latest version.

Do not hesitate to contact our team directly if you have additional questions.



Best Regards,
Nevron Support Team



Jarrett Robertson
Posted 11 Years Ago
View Quick Profile
Junior Member

Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)

Group: Forum Members
Last Active: 11 Years Ago
Posts: 12, Visits: 1
I have a similar problem. I am able to develop with Nevron and I don't have a watermark on my development machine however when I deploy it to another computer that doesn't have any license (compiled binaries) I get a message that there is no valid key and to contact sales. I added the code to my controls constructor so it should be getting called. I checked my account and the only think I'm missing is the server machine id but that shouldn't matter as I'm not deploying to a server this is another desktop machine.

Any help would be appreciated.

Nevron Support
Posted 11 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 3,039, Visits: 3,746

Hi Bruce,

In order to make the application redistributable (that is run on other desktops without watermark etc.) you need to also apply the desktop license key provided when you purchased the control. Let us know if you meet any problems or have any questions.



Best Regards,
Nevron Support Team



Jarrett Robertson
Posted 11 Years Ago
View Quick Profile
Junior Member

Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)

Group: Forum Members
Last Active: 11 Years Ago
Posts: 12, Visits: 1
I'm a bit confused as what you mean by apply the key. I added the code from the documentation

NLicense license = new NLicense("XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX");
NLicenseManager.Instance.SetLicense(license);
NLicenseManager.Instance.LockLicense = true;

where the X's are replaced by my desktop key. I copied the key from My Account and pasted it so I'm sure that I didn't mistype the key in. This code is the first thing that happens when my control is initialized so unless I'm missing something else I don't know what applying the license means.

Thanks,

Michael Smith
Posted 11 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)

Group: Forum Members
Last Active: 11 Years Ago
Posts: 1, Visits: 1
I'm having the same problem as Bruce - I have my license code pasted into the source code in a similar way and everything looks fine on my development machine but as soon as I deploy my compiled software on a 3rd party machine the demo watermark appears.
I'm using the 2009 version of Nevron Chart. Key is installed in the registry of the devel machine with the license key manager.
Any ideas on what to try next?

Nevron Support
Posted 11 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 3,039, Visits: 3,746

Hi Michael,

It is important to apply the license key from code before the control begins to render in order to redistribute the control. We would recommend to contact support@nevron.com for further details / help in resolving this issue as it may require an online meeting etc...



Best Regards,
Nevron Support Team



Sebastian Borufka
Posted 9 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)

Group: Forum Members
Last Active: 9 Years Ago
Posts: 2, Visits: 41
Well, I know this thread is old but I'm having the same or at least a very related issue.
I used the license manager to add three licenses (community edition) on my developer machine.

Now I wanted to test my application on a peer's machine but to no avail.
I took this code from your documentation:

SnippetNLicense license = new NLicense("XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX");
NLicenseManager.Instance.SetLicense(license);
NLicenseManager.Instance.LockLicense = true;

This is ultimately the first code being executed in the application startup, way before any control gets instantiated.
No error, warning or anything. The control just says there is no license. BUT, a FormatException is raised as soon as I try to print out the license to the console. Once exception breaks are disabled the application starts, but the console says: License Key: 00000000-0000-0000-0000-000000000000

Exception details: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)

Maybe I missed the obvious, but what am I doing wrong?

Thanks in advance for your help.
Kind regards.

Nevron Support
Posted 9 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 3,039, Visits: 3,746
Hi Sebastian,
You don't need the 3 licenses in the key manager - only the Developer license has to be saved in the key manager.

You have to configure the Desktop and Server licenses programmatically (in the license sting). You can add multiple licenses in the license string with comma separation.

Hopefully this helps.


Best Regards,
Nevron Support Team



Sebastian Borufka
Posted 9 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)

Group: Forum Members
Last Active: 9 Years Ago
Posts: 2, Visits: 41
Hello, thanks for your reply.

It works locally on my machine if I do like you advised. I added only the Developer license to the manager. So everything is fine for me to work.

But the real issue appears when I try to provide the compiled executable to a different machine. The mentioned code is executed right in the app startup event, so for sure there's no UI initialized at that moment. I copied and pasted the Desktop license as I understood this would be the license required for distribution, is that correct? If so, it just doesn't work as the chart control is still saying it couldn't find any license. I also tried to provide Desktop and Server license via code but still to no avail. Only if I provide the Developer license it works on different machines but doing that doesn't make any sense to me.

Should the Desktop license work on any machine or do I need to specify a machine ID, register its name somewhere or anything like this?

Thanks again for your help!
Kind regards,
Sebastian



Similar Topics


Reading This Topic