MethodAccessException on initializing a desktop license with NLicenseManger.SetLicense()


Author
Message
Michael Krüllmann
Michael Krüllmann
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
Posts: 6, Visits: 82
Hello support,

on initializing the desktop license using the NLicenseManager.SetLicense() method we encounter following exceptions:
"Nevron.Licensing" loaded
"System.MethodAccessException" in Nevron.Licensing
"System.MethodAccessException" in Nevron.Licensing
"System.ArgumentNullException" in mscorlib.dll
"System.MethodAccessException" in Nevron.Licensing
"System.MethodAccessException" in Nevron.Licensing
"System.MethodAccessException" in Nevron.Licensing

The classes using the chart library hold a reference to a static instance of the class "License" as shown below:
"private License license = License.Instance;"
So, on creating the first chart the single instance of "License" is created.

public sealed class License
{
   private static readonly License instance = new License();
   private License()
   {
    NLicense license = new NLicense("<guid_string>");
    NLicenseManager.Instance.SetLicense(license);
    NLicenseManager.Instance.LockLicense = true;
   }
   public static NVLicense Instance { get { return instance; } }
  }

Thank you in advance for any help,
Michael Krüllmann

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search