Profile Picture

How to release a software using OpenVision

Posted By Alexandre Sauner 8 Years Ago
Author
Message
Alexandre Sauner
Question Posted 8 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: 8 Years Ago
Posts: 2, Visits: 3
Hey,

I've done a nice UI with Nevron OpenVision, the .exe works on my PC, but when i try to run my software on a clean virtualbox with just .net framework, the program stops to work with an error in the Presentation.dll, is there any fix to that problem ? Am i doing something wrong ?

Nevron Support
Posted 8 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
Hello Alexandre,
Did you configured your Desktop license key in the application code?
Take a look at the "Desktop Redistribution" section in the Help Documentation -> Getting Started -> Activation

using Nevron;
...
NLicense license = new NLicense("licenseKey");
NLicenseManager.Instance.SetLicense(license);

It is important to apply the license before any constructors are called.
The LockLicense property instructs the manager that no further license changes must occur.



Best Regards,
Nevron Support Team



Alexandre Sauner
Posted 8 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: 8 Years Ago
Posts: 2, Visits: 3
Hey ! I did




Similar Topics


Reading This Topic