Good morning,
So I have a program in c# (a form) which ive built as an executable for a different pc. this program works on my pc when i run it. All the C# stuff works when i run it on the other computer. However, when i try to run the executable from the other pc, i get an error when calling my labview dll.
"Could Not produce result"
I have 32-bit 2019 labview, and the current runtime engine is the 32-bit 2019 run time engine. Does anyone know what i could be doing wrong here?
In C# i have a reference to the Labview DLL and it works fine on my computer (where labview itself is installed)