I have an application I wanted to be able to work on on my laptop (previously working on the desktop with the upgrade to 8.5). However I needed to install 8.5 on the laptop which seemed to go fine, except whenever I try to run from VS2005 (c#) now I get a
System.ComponentModel.LicenseException was unhandled by user code
Message="NationalInstruments.UI.WindowsForms.WaveformGraph is unlicensed."
Source="NationalInstruments.Common"
StackTrace:
at NationalInstruments.Restricted.LicenseBase.ShowUnLicensedBehavior(Type type, Object instance)
at NationalInstruments.Restricted.LicenseBase.a(Type A_0, Object A_1, String A_2)
at NationalInstruments.Restricted.LicenseBase.a(Type A_0, Object A_1)
at NationalInstruments.Restricted.LicenseBase.RunTimeCheck(LicenseContext context, Type type, Object instance)
at NationalInstruments.Restricted.LicenseProviderBase.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions)
at System.ComponentModel.LicenseManager.ValidateInternalRecursive(LicenseContext context, Type type, Object instance, Boolean allowExceptions, License& license, String& licenseKey)
at System.ComponentModel.LicenseManager.ValidateInternal(Type type, Object instance, Boolean allowExceptions, License& license)
at System.ComponentModel.LicenseManager.Validate(Type type, Object instance)
at NationalInstruments.UI.WindowsForms.WaveformGraph..ctor()
.........
Although I'm told I'm licensed, and I've done 'Refresh class libraries' and 'Update project references'.
| NationalInstruments.Analysis.Enterprise |
Licensed
|
| NationalInstruments.Net |
Licensed
|
| NationalInstruments.NetworkVariable |
Licensed
|
| NationalInstruments.UI.WebForms |
Licensed
|
| NationalInstruments.UI.WindowsForms |
Licensed |
How do I make it work (it's fine on the desktop) ?
Regards
Paul