Issue Details
Inside TestStand, I am trying to load a VI which calls a .NET assembly. The VI opens successfully in LabVIEW and is not broken. When trying to load the VI, I receive the following message in TestStand:
Unable to load VI '<VI_Name>' with the LabVIEW Run-Time Engine version 25.3 (64-bit).
The error references a log file located at C:\Users\<Username>\AppData\Local\Temp\TestStand\<LogFileName>.txt. In the log file, I see entries similar to:
mode: "VI_BROKEN";
callSite: "CheckVIRefsForMissingDependencies";
timestamp: "<YYYY-MM-DD...>";
vi: { name: "<VI_Name"; path: "<VI_Path>";}
missingRefees: [ { refType: "DNVA"; refIdent: { name: "mscorlib:4.0.0.0:neutral:<...>"; path: "mscorlib";}; }