01-25-2023 09:50 AM
Hello,
I have developed a windows dll in c# with Visual Studio based on -NET 4.7.2 and it works perfectly.
When I tried to make the same library class for .net framework 6.0 I get the following exception:
System.IO.FileNotFoundException: 'Could not load file or assembly 'NationalInstruments.Common, Version=13.5.40.173, Culture=neutral, PublicKeyToken=dc6ad606294fc298'. The system cannot find the file specified.'
has anyone have faced this issue?
Thanks for your help,
Andrea