Hello,
I am trying to use a .Net Framework 4.6.2 dll in LV 2017.
This dll has several dependencies unfortunately it is not possible to tell LabVIEW to load certain versions of these Dlls.
I get the error message. Sysstem.IO.FILELoadException: Could not load file or assembly 'Systen.Runtime.CompilerService.Unsafe, Version=4.0.4.1...'
Of course it is not possible as my project uses version 6.x.x of that dependency and it is not possible to use a older version.
How can this issue be solved, is there any workaround???