06-17-2020 11:49 AM
I tested the newly released LabVIEW 2020. It appears the bug was fixed there.
09-08-2022 03:59 PM
To anyone who ends up here, the solution for me was to find DLL dependencies of the DLL used in my application. LabVIEW does not traverse the DLL dependency hierarchy automatically and will not include the dependent DLLs in the support directory.
02-23-2023 03:04 PM
My particular case, the build exe would fail with this error but only sometimes. I currently unchecked to "Remove unused " items from the build configuration and now it works. I'll update if this fix doesn't hold up across multiple build iterations.
Sounds like the common element is that something isn't getting pulled into the compile somehow.