10-29-2014 09:33 AM
Given the following control system consisting of parts:
The C# application works fine to control the motor by calling methods of ComLibrararyWrapper.dll
I have tried to move the motor by Labview application, but it doesn't work. I tried to debug the dll files with their source code in Visual Studio. While running C# application, it is possible to debug both dll files. Running Labview it is possible to debug ComLibraryWrapper.dll, but I cannot step into ComLibrarary.dll (VS: Debug->Attach to Process->Labview). E.g. that's the case at following breakpoints:
Used Software:
Windows 7
Labview 2014
Visual Studio 2010
.NET Framework 4
10-31-2014 07:37 AM
Hi,
did you try the steps posted in this thread?
It sounds very helpful for your question.
Best Regards, Fabian
11-03-2014 07:03 AM
Yes, I already read it. Debugging the wrapper dll, that is called directly from my Labview VI, works fine.
The point is I cannot step further into the underlying dll when using Labview instead of a C# application as external process.