Unhandled Exception: System.TypeInitializationException: The type initializer for 'Metas.IntelMKL._mkl' threw an exception. ---> System.Exception: custom_mkl.dll not found
at Metas.IntelMKL._mkl_helper.get_DLLPath()
at Metas.IntelMKL._mkl..cctor()
--- End of inner exception stack trace ---
at Metas.IntelMKL._mkl.DftiCreateDescriptor(IntPtr& desc, Int32 precision, Int32 domain, Int32 dimention, Int32 length)
at Metas.IntelMKL.MKL.FFT(ComplexDouble[] a, Boolean inverse)
at Metas.UncLib.Core.NumLib.Ifft[T](Complex`1[] a, Boolean withoutUnc)
at Metas.Vna.Data.SignalProcessing.Transforms.ComputeTimeDomainSub[T](Complex`1[] data, Mode mode, Window window, Double df, Double& dt, Boolean withoutUnc)
at Metas.Vna.Data.SignalProcessing.Transforms.ComputeTimeDomain[T](Double[] freq, Complex`1[] data, Mode mode, Window window, Double[]& time, Boolean withoutUnc)
at ConsoleApp1.MetasTdr.ToTimeDomain(SParamData`1 freqData) in C:\Users\Public\Documents\Metas.Instr\Drivers\Source\ConsoleApp1\MetasTDR.cs:line 105
at ConsoleApp1.Program.Main(String[] args) in C:\Users\Public\Documents\Metas.Instr\Drivers\Source\ConsoleApp1\Program.cs:line 55