Hello!
I have a licence for the professional edition of measurement studio 8.5 and I use the express edition of Visual Basic 2008.
I'm trying to use the FFTfunction but get the exception {"NationalInstruments.Restricted.AnalysisLicenser is unlicensed."}
Does anyone have an idea?
Thanks in advance!
Andreas
Here's the complete error message:
System.TypeInitializationException wurde nicht behandelt.
Message="Der Typeninitialisierer für "NationalInstruments.Analysis.Dsp.Transforms" hat eine Ausnahme verursacht."
Source="NationalInstruments.Analysis.Professional"
TypeName="NationalInstruments.Analysis.Dsp.Transforms"
StackTrace:
bei NationalInstruments.Analysis.Dsp.Transforms.RealFft(Double[] realData)
bei LDS.LDS_Form1.ButtonFFT_Click(Object sender, EventArgs e) in D:\devel\LDS\pc\LDS\LDS\LDS_Form1.vb:Zeile 1700.
bei System.Windows.Forms.Control.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ButtonBase.WndProc(Message& m)
bei System.Windows.Forms.Button.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
bei System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
bei System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
bei System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
bei System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
bei System.Windows.Forms.Application.Run(ApplicationContext context)
bei Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
bei Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
bei Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
bei LDS.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:Zeile 81.
bei System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
bei System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
bei System.Runtime.Hosting.ManifestRunner.Run(Boolean checkAptModel)
bei System.Runtime.Hosting.ManifestRunner.ExecuteAsAssembly()
bei System.Runtime.Hosting.ApplicationActivator.CreateInstance(ActivationContext activationContext, String[] activationCustomData)
bei System.Runtime.Hosting.ApplicationActivator.CreateInstance(ActivationContext activationContext)
bei System.Activator.CreateInstance(ActivationContext activationContext)
bei Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssemblyDebugInZone()
bei System.Threading.ThreadHelper.ThreadStart_Context(Object state)
bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
bei System.Threading.ThreadHelper.ThreadStart()
InnerException: System.ComponentModel.LicenseException
Message="NationalInstruments.Restricted.AnalysisLicenser is unlicensed."
Source="NationalInstruments.Common"
StackTrace:
bei NationalInstruments.Restricted.LicenseBase.ShowUnLicensedBehavior(Type type, Object instance)
bei NationalInstruments.Restricted.LicenseBase.a(Type A_0, Object A_1, String A_2)
bei NationalInstruments.Restricted.LicenseBase.a(Type A_0, Object A_1)
bei NationalInstruments.Restricted.LicenseBase.RunTimeCheck(LicenseContext context, Type type, Object instance)
bei NationalInstruments.Restricted.LicenseProviderBase.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions)
bei System.ComponentModel.LicenseManager.ValidateInternalRecursive(LicenseContext context, Type type, Object instance, Boolean allowExceptions, License& license, String& licenseKey)
bei System.ComponentModel.LicenseManager.ValidateInternal(Type type, Object instance, Boolean allowExceptions, License& license)
bei System.ComponentModel.LicenseManager.Validate(Type type, Object instance)
bei NationalInstruments.Restricted.AnalysisLicenser..ctor()
bei NationalInstruments.Analysis.Dsp.Transforms..cctor()
InnerException: