01-07-2021 02:40 AM
Dear Community,
i am trying to use VeriStand's .NET API to control a running system/model from a C++/CLI program.
When i build my program within the "x64 Native Tools Command Prompt for VS 2019" make runs without errors. But the "Assembly Binding Log Viewer" (fuslogvw.exe) logs one failure. The assembly-binder looks for a DLL called "NationalInstruments.VeriStand.APIInterface.XmlSerializers.DLL"
Such a file does not exist on my computer, although i have installed VeriStand 2020 R3. All other needed DLLs do exist and were successfully binded.
Does anybody know how serious i should take this failure and how it can be overcome?
Thank you in advance and kind regards
Markus
01-22-2021 01:07 PM
I think the problem comes due to old .NET Framework. So initially try to update it. The DLL you specified comes with .NET rather than VeriStand