05-14-2018 08:46 AM
I have created a dll using LabVIEW . I am calling the functions inside the dll from C#(Visual Studio 2010). But now i am unable to debug my LabVIEW code, while running the C# code. Can anyone suggest me a method to debug the LabVIEW code?
Solved! Go to Solution.
05-14-2018 11:51 AM
On suggestion would be to edit the dll to write pertinent information to a log file, so in case of a problem, you can use the log file to evaluate what was going on.
05-15-2018 02:32 AM